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();
 }