Psecio\PropAuth\PolicySet::offsetGet PHP Method

offsetGet() public method

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