Granada\ORM::offsetGet PHP 메소드

offsetGet() 공개 메소드

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