Prado\I18N\TTranslateParameter::getKey PHP Method

getKey() public method

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