setDepth() public method

Sets the depth attribute.
public setDepth ( ) : Node
return Node
示例#1
0
文件: Region.php 项目: kitbs/vinfo
 public function setDepth()
 {
     $this->saveTranslations();
     return parent::setDepth();
 }