Bravo3\Orm\Mappers\Portation\AbstractMapWriter::managerMustExist PHP Метод

managerMustExist() защищенный Метод

Throws an exception if the entity manager is not set
protected managerMustExist ( )
    protected function managerMustExist()
    {
        if (!$this->manager) {
            throw new \LogicException("You cannot write mapping data without a manager being defined");
        }
    }