Psecio\PropAuth\PolicySet::offsetGet PHP Метод

offsetGet() публичный Метод

public offsetGet ( $offset )
    public function offsetGet($offset)
    {
        return isset($this->policies[$offset]) ? $this->policies[$offset] : null;
    }