Xpressengine\Permission\Permission::offsetSet PHP Method

offsetSet() public method

Set the item at a given offset.
public offsetSet ( mixed $offset, mixed $value ) : void
$offset mixed array offset
$value mixed array value
return void
    public function offsetSet($offset, $value)
    {
        // nothing to do
    }