Authority\Rule::setBehavior PHP Method

setBehavior() public method

Set instance behavior
public setBehavior ( boolean $behavior ) : void
$behavior boolean True for privilege, false for restriction
return void
    public function setBehavior($behavior)
    {
        $this->behavior = $behavior;
    }