setDepth() публичный Метод

Sets the depth attribute.
public setDepth ( ) : Node
Результат Node
Пример #1
0
 public function setDepth()
 {
     $this->saveTranslations();
     return parent::setDepth();
 }