type === UTYPE_ADMIN || $this->type === UTYPE_PROGRAM_MANAGER; } public function isHostOfShow($showId) { return CcShowHostsQuery::create() ->filterByDbShow($showId) ->filterByDbHost($this->getDbId()) ->count() > 0; } } // CcSubjs