| 1 | <?php |
||
| 8 | class RootCollection extends AbstractPrincipalCollection { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * This method returns a node for a principal. |
||
| 12 | * |
||
| 13 | * The passed array contains principal information, and is guaranteed to |
||
| 14 | * at least contain a uri item. Other properties may or may not be |
||
| 15 | * supplied by the authentication backend. |
||
| 16 | * |
||
| 17 | * @param array $principalInfo |
||
| 18 | * @return AvatarHome |
||
| 19 | */ |
||
| 20 | public function getChildForPrincipal(array $principalInfo) { |
||
| 24 | |||
| 25 | public function getName() { |
||
| 28 | |||
| 29 | } |
||
| 30 |