Phalcon\Translate\Adapter\Database::offsetGet PHP 메소드

offsetGet() 공개 메소드

public offsetGet ( string $translateKey ) : string
$translateKey string
리턴 string
    public function offsetGet($translateKey)
    {
        return $this->query($translateKey);
    }