Example #1
0
 public function isNull()
 {
     return parent::getChild() === null;
 }
Example #2
0
 public function __construct($child = null)
 {
     parent::__construct($child);
 }
Example #3
0
 public function __construct($child, $field)
 {
     parent::__construct($child);
     $this->field = $field;
 }