Phue\Command\DeleteRule::__construct PHP Method

__construct() public method

Constructs a command
public __construct ( mixed $rule )
$rule mixed Rule Id or Rule object
    public function __construct($rule)
    {
        $this->ruleId = (string) $rule;
    }