Add getPublicActions controller method

This commit is contained in:
flynsarmy 2015-09-07 14:17:09 +10:00
parent 1d2a98559b
commit 98e1d0fe4d
1 changed files with 8 additions and 0 deletions

View File

@ -553,6 +553,14 @@ class Controller extends Extendable
return false;
}
/**
* Returns the controllers public actions.
*/
public function getPublicActions()
{
return $this->publicActions;
}
/**
* Returns a unique ID for the controller and route. Useful in creating HTML markup.
*/