Phue\Command\CreateRule::addAction PHP Method

addAction() public method

Add actionable command
public addAction ( Phue\Command\ActionableInterface $command ) : self
$command Phue\Command\ActionableInterface
return self This object
    public function addAction(ActionableInterface $command)
    {
        $this->actions[] = $command;
        return $this;
    }