/application/helpers/pageactions.php

Description
Classes
Class Description
PageAction Single page action
PageActions Page actions container that can be accessed globaly
Functions
add_page_action (line 26)

Add single page action

You can use set of two params where first param is title and second one is URL (the default set) and you can use array of actions as first parram mapped like $title => $url

  • access: public
PageAction add_page_action (string $title, string $url)
  • string $title
  • string $url
page_actions (line 10)

Return all page actions

  • access: public
array page_actions ([void 0 = ])
  • void 0

Documentation generated on Wed, 23 Jan 2008 01:58:58 +0000 by phpDocumentor 1.4.0