Xpressengine\Permission\Permission::offsetSet PHP Méthode

offsetSet() public méthode

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