Exemplo n.º 1
0
 /**
  * Remove element from parent
  *
  * @return Tag|null
  */
 public function remove()
 {
     return $this->hasParent() ? $this->parent->removeElement($this) : null;
 }