Ejemplo n.º 1
0
 /**
  * @return array
  */
 public function getRight() : array
 {
     return parent::getRight();
 }
Ejemplo n.º 2
0
 public function isEmpty()
 {
     return parent::getLeft() === null && sizeof(parent::getRight()) === 0;
 }