/** * Returns the Container of the current Model. * * https://msdn.microsoft.com/en-us/library/ms679012(v=vs.85).aspx * * @return Container|Entry|bool */ public function getObjectClass() { return $this->query->findByDn($this->getObjectCategoryDn()); }