setDepth() public method

Sets the depth attribute.
public setDepth ( ) : Node
return Node
Ejemplo n.º 1
0
 public function setDepth()
 {
     $this->saveTranslations();
     return parent::setDepth();
 }