5.7 Package Documentation
Permalink 1 user found helpfulhttp://www.concrete5.org/documentation/developers/5.7/packages/over...
Hope this helps!
One little typo I found, on this page:
http://www.concrete5.org/documentation/developers/5.7/packages/modi...
I think the second example should be:
public function on_start() { \Events::addListener( 'on_page_view', function ($e) { $c = $e->getPageObject(); // do something with the current page object } ); }
(there's an extra unneeded closing parenthesis)
This is great, thank you.