Crud\Core\ProxyTrait::_action PHP Méthode

_action() protected méthode

Primarily here to ease unit testing
protected _action ( string | null $name = null ) : BaseAction
$name string | null Action name
Résultat Crud\Action\BaseAction
    protected function _action($name = null)
    {
        return $this->_crud()->action($name);
    }