Jelix\Dependencies\Item::setAction PHP Method

setAction() public method

public setAction ( $action, $nextVersion = null )
    public function setAction($action, $nextVersion = null)
    {
        $this->action = $action;
        $this->nextVersion = $nextVersion;
    }