Add getPublicActions controller method
This commit is contained in:
parent
1d2a98559b
commit
98e1d0fe4d
|
|
@ -553,6 +553,14 @@ class Controller extends Extendable
|
||||||
return false;
|
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.
|
* Returns a unique ID for the controller and route. Useful in creating HTML markup.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue