setDepth() public méthode

Sets the depth attribute.
public setDepth ( ) : Node
Résultat Node
Exemple #1
0
 public function setDepth()
 {
     $this->saveTranslations();
     return parent::setDepth();
 }