Crud\TestCase\Controller\Crud\TestCrudComponent::setAction PHP Метод

setAction() публичный Метод

test visibility wrapper - allow on the fly change of action name
public setAction ( $name )
    public function setAction($name)
    {
        $this->_action = $name;
    }
TestCrudComponent