jeicd
c2f83da8d8
Fix phpdoc
2015-10-05 15:00:13 +06:00
Vladimir
8c9a9ed877
Doc block confuse in ManagerInterface
...
Confisung documentation block for ManagerInterface::getRolesByUser(). The method DOES NOT return roles assigned indirectly.
2015-09-08 10:18:50 +07:00
Evgeniy Tkachenko
632dbcf8c4
Updated comments in ManagerInterface
...
It is necessary that triggered tips of result on viewing variables.
close #8312
2015-05-07 11:37:55 +02:00
Alexander Makarov
220b60f3b2
Fixes #4275 : Added removeChildren() to yii\rbac\ManagerInterface and implementations
2014-09-30 02:07:54 +04:00
Alexander Makarov
ed533172d7
Adjusted rbac ManagerInterface
2014-07-25 18:24:54 +04:00
Alexander Makarov
c8a5012610
#4310 : Removed $data from signature of yii\rbac\ManagerInterface
2014-07-21 19:50:29 +04:00
Qiang Xue
c3f4e0057d
Refactored yii\rbac\PhpManager
...
Replaced `clearAll()` and `clearAllAssignments()` in `yii\rbac\ManagerInterface` with `removeAll()`, `removeAllRoles()`, `removeAllPermissions()`, `removeAllRules()` and `removeAllAssignments()`
2014-04-15 16:45:29 -04:00
Qiang Xue
7bc52f32a4
Re-implemented RBAC by following more closely to the original NIST RBAC model. Dropped yii\rbac\PhpManager.
2014-04-12 16:55:50 -04:00