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