1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

phpDoc update

This commit is contained in:
SecretR
2013-03-07 14:50:09 +02:00
parent 3a8216bbe9
commit c92052f164

View File

@@ -2925,8 +2925,8 @@ class eControllerFront extends eController
protected $access = array();
/**
* Per action access
* Format 'action' => userclass
* User input filter (_GET)
* Format 'action' => array(var => validationArray)
* @var array
*/
protected $filter = array();