__clone() public method

Resets children when cloned
See also: parse
public __clone ( )
 /**
  * @see parse
  */
 public function __clone()
 {
     parent::__clone();
     $this->token = clone $this->token;
 }