find($owner_id); /* @var $owner \Entities\UsrListOwner */ if (null === $owner) { throw new \Exception_NotFound(_('Owner is not found')); } if (!$owner->getList()->getid() != $list->getId()) { throw new \Exception_Forbidden(_('Owner and list mismatch')); } return $owner; } }