PHP Класс Prado\Web\UI\TCommandEventParameter

TCommandEventParameter encapsulates the parameter data for Command event of button controls. You can access the name of the command via {@link getCommandName CommandName} property, and the parameter carried with the command via {@link getCommandParameter CommandParameter} property.
С версии: 3.0
Автор: Qiang Xue ([email protected])
Наследование: extends Prado\TEventParameter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( $name = '', $parameter = '' ) Constructor.
getCommandName ( ) : string
getCommandParameter ( ) : string

Описание методов

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

Constructor.
public __construct ( $name = '', $parameter = '' )

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

public getCommandName ( ) : string
Результат string name of the command

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

public getCommandParameter ( ) : string
Результат string parameter of the command