Bluz\Controller\Mapper\AbstractMapper::getCrud PHP Méthode

getCrud() public méthode

Get crud instance
public getCrud ( ) : AbstractCrud
Résultat Bluz\Crud\AbstractCrud
    public function getCrud()
    {
        if (!$this->crud) {
            throw new ControllerException("`Crud` class is not exists or not initialized");
        }
        return $this->crud;
    }