Пример #1
0
 /**
  * @return Element|Tag|Field
  */
 public function end()
 {
     return $this->ownerDocument->context();
 }
Пример #2
0
Файл: Set.php Проект: volux/dom
 /**
  * @return $this|Set
  */
 public function andSelf()
 {
     $this->append($this->ownerDocument->context());
     return $this;
 }