Closed Booklab closed 10 years ago
ok, this works:
\\Acme\TimelineBundle\Controller\DefaultController; $timeline = $timelineManager->getTimeline($subject); $count = count($timeline); return array('count' => $count; //this give the count of entries in subject's timeline
There is an issue on method, it should be countKeys
countKeys
I updated documentation here:
https://github.com/stephpy/TimelineBundle/commit/30f26c10c4bb01114860af8d864b34b7e5bac651
Thanks.
ok, this works: