Prado\I18N\TTranslateParameter::getKey PHP Метод

getKey() публичный Метод

Get the parameter substitution key.
public getKey ( ) : string
Результат string substitution key.
    public function getKey()
    {
        if (empty($this->key)) {
            throw new TException('The Key property must be specified.');
        }
        return $this->key;
    }