Prado\I18N\TTranslateParameter::setKey PHP Method

setKey() public method

Set the parameter substitution key.
public setKey ( $value )
    public function setKey($value)
    {
        $this->key = $value;
    }