Granada\ORM::offsetGet PHP Méthode

offsetGet() public méthode

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