Xpressengine\Permission\Permission::offsetUnset PHP 메소드

offsetUnset() 공개 메소드

Unset the item at a given offset.
public offsetUnset ( string $offset ) : void
$offset string array offset
리턴 void
    public function offsetUnset($offset)
    {
        // nothing to do
    }