Class CFW_Acl_Resource

Description

Implements interfaces:

ACLリソース

  • author: okada

Located in /Acl/Resource.php (line 10)


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

子要素を追加する

  • access: public
unknown_type appendChild ( $node)

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

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

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

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

(non-PHPdoc)

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

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

(non-PHPdoc)

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

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

(non-PHPdoc)

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

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

(non-PHPdoc)

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

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

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

unknown_type isAncestorOf ( $node)

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

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

unknown_type isDescendantOf ( $node)

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

パスを配列で返す

  • access: public

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

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

  • access: public
String pathString ()

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

子要素を削除する

  • access: public
unknown_type removeChilde ( $node)

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

(non-PHPdoc)

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

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

(non-PHPdoc)

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

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

(non-PHPdoc)

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

Implementation of:
CFW_Models_ITreeNode::setParent()

Documentation generated on Fri, 25 Dec 2009 22:45:52 +0900 by phpDocumentor 1.4.3