Psecio\PropAuth\PolicySet::offsetSet PHP Method

offsetSet() public method

public offsetSet ( $offset, $value )
    public function offsetSet($offset, $value)
    {
        $this->policies[$offset] = $value;
    }