コード例 #1
0
ファイル: Call.php プロジェクト: geissler/csl
 /**
  * Tests if the element or an child element is accessing the variable with the given name.
  *
  * @param string $name
  * @return boolean
  */
 public function isAccessingVariable($name)
 {
     return Container::getMacro($this->name)->isAccessingVariable($name);
 }