Class CFW_Acl_Role

Description

Implements interfaces:

  • author: okada

Located in /Acl/Role.php (line 9)


	
			
Variable Summary
mixed $treeNode
Method Summary
CFW_Acl_Role __construct ( $name)
unknown_type appendChild (CFW_Models_ITreeNode $node)
CFW_Models_ITreeNode find ([array $path = array()])
void getChild ( $name)
void getChildren ()
void getName ()
void getParent ()
unknown_type isAncestorOf (CFW_Models_ITreeNode $node)
unknown_type isDescendantOf (CFW_Models_ITreeNode $node)
String pathString ()
unknown_type removeChilde (CFW_Models_ITreeNode $node)
void setChildren ( $children)
void setName ( $name)
void setParent ( $parent)
Variables
mixed $treeNode (line 10)
Methods
Constructor __construct (line 11)
  • access: public
CFW_Acl_Role __construct ( $name)
  • $name
appendChild (line 69)

子要素を追加する

  • access: public
unknown_type appendChild (CFW_Models_ITreeNode $node)

Implementation of:
CFW_Models_ITreeNode::appendChild()
子要素を追加する
find (line 103)

指定パスのノードを見つける

CFW_Models_ITreeNode find ([array $path = array()])
  • array $path

Implementation of:
CFW_Models_ITreeNode::find()
指定パスのノードを見つける
getChild (line 54)

(non-PHPdoc)

  • see: getChild($name)
  • access: public
void getChild ( $name)
  • $name

Implementation of:
CFW_Models_ITreeNode::getChild()
getChildren (line 47)

(non-PHPdoc)

  • see: getChildren()
  • access: public
void getChildren ()

Implementation of:
CFW_Models_ITreeNode::getChildren()
getName (line 19)

(non-PHPdoc)

  • see: getName()
  • access: public
void getName ()

Implementation of:
CFW_Models_ITreeNode::getName()
getParent (line 33)

(non-PHPdoc)

  • see: getParent()
  • access: public
void getParent ()

Implementation of:
CFW_Models_ITreeNode::getParent()
isAncestorOf (line 81)

このオブジェクトが指定ノードの先祖かどうか

unknown_type isAncestorOf (CFW_Models_ITreeNode $node)

Implementation of:
CFW_Models_ITreeNode::isAncestorOf()
このオブジェクトが指定ノードの先祖かどうか
isDescendantOf (line 87)

このオブジェクトが指定ノードの子孫かどうか

unknown_type isDescendantOf (CFW_Models_ITreeNode $node)

Implementation of:
CFW_Models_ITreeNode::isDescendantOf()
このオブジェクトが指定ノードの子孫かどうか
path (line 97)

パスを配列で返す

  • access: public

Implementation of:
CFW_Models_ITreeNode::path()
パスを配列で返す
pathString (line 92)

パスを文字列として表現する

  • access: public
String pathString ()

Implementation of:
CFW_Models_ITreeNode::pathString()
パスを文字列として表現する
removeChilde (line 75)

子要素を削除する

  • access: public
unknown_type removeChilde (CFW_Models_ITreeNode $node)

Implementation of:
CFW_Models_ITreeNode::removeChilde()
子要素を削除する
setChildren (line 61)

(non-PHPdoc)

  • see: setChildren($children)
  • access: public
void setChildren ( $children)
  • $children

Implementation of:
CFW_Models_ITreeNode::setChildren()
setName (line 26)

(non-PHPdoc)

  • see: setName($name)
  • access: public
void setName ( $name)
  • $name

Implementation of:
CFW_Models_ITreeNode::setName()
setParent (line 40)

(non-PHPdoc)

  • see: setParent($parent)
  • access: public
void setParent ( $parent)
  • $parent

Implementation of:
CFW_Models_ITreeNode::setParent()

Documentation generated on Fri, 25 Dec 2009 21:43:10 +0900 by phpDocumentor 1.4.3