Exemplo n.º 1
0
 /**
  * @return mixed
  */
 public function getChild()
 {
     return parent::getChild();
 }
Exemplo n.º 2
0
 public function __construct(string $operator, $operand)
 {
     parent::__construct($operand);
     $this->operator = $operator;
 }