/** @return boolean wheather the values are dependents of the peanut. * This is the case if the twin property is compulsory */ function getHoldsDependents() { $twin = $this->getTwin(); if (!$twin) return null; return $twin->getCompulsory(); }