Exemplo n.º 1
0
Arquivo: Cdata.php Projeto: volux/dom
 /**
  * @return Element|Tag|Field
  */
 public function end()
 {
     return $this->ownerDocument->context();
 }
Exemplo n.º 2
0
Arquivo: Set.php Projeto: volux/dom
 /**
  * @return $this|Set
  */
 public function andSelf()
 {
     $this->append($this->ownerDocument->context());
     return $this;
 }