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
파일 보기 프로젝트 열기: pradosoft/prado 1 사용 예제들

공개 메소드들

메소드 설명
__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