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

offsetUnset() 공개 메소드

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