setDepth() 공개 메소드

Sets the depth attribute.
public setDepth ( ) : Node
리턴 Node
예제 #1
0
파일: Region.php 프로젝트: kitbs/vinfo
 public function setDepth()
 {
     $this->saveTranslations();
     return parent::setDepth();
 }