ORM::offsetGet PHP Method

offsetGet() public method

public offsetGet ( $key )
    public function offsetGet($key)
    {
        return $this->get($key);
    }
ORM