Merge pull request #1425 from Flynsarmy/getPublicActions

Add getPublicActions controller method
This commit is contained in:
Samuel Georges 2015-09-08 12:48:44 +10:00
commit 2a6b58a3fe
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.
*/