コード例 #1
0
ファイル: Gallery.php プロジェクト: jubinpatel/horde
 public function countChildren($user, $perm = Horde_Perms::SHOW, $allLevels = true)
 {
     return $this->_share->CountChildren($user, $perm, $allLevels);
 }