| Total Complexity | 4 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | class DbManager extends \yii\rbac\DbManager |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Memory cache of assignments |
||
| 26 | * @var array |
||
| 27 | */ |
||
| 28 | private $_assignments = []; |
||
| 29 | private $_childrenList; |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @inheritdoc |
||
| 33 | */ |
||
| 34 | public function getAssignments($userId) |
||
| 40 | } |
||
| 41 | |||
| 42 | /** |
||
| 43 | * @inheritdoc |
||
| 44 | */ |
||
| 45 | protected function getChildrenList() |
||
| 53 |