예제 #1
0
 /**
  * Returns an array of the OIDs of the related objects.
  *
  * @return array
  *
  * @since 1.0
  */
 public function getValue()
 {
     return array($this->leftID->getValue(), $this->rightID->getValue());
 }