PHP 클래스 EventAction

상속: extends Action
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$href
$htmlOptions
$label
$name
$options
$type

공개 메소드들

메소드 설명
__construct ( $label, $type, $options = null, $htmlOptions = null )
button ( $label, $name, $options = null, $htmlOptions = null )
link ( $label, $href = '#', $options = null, $htmlOptions = null )
toHtml ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $label, $type, $options = null, $htmlOptions = null )

button() 공개 정적인 메소드

public static button ( $label, $name, $options = null, $htmlOptions = null )

toHtml() 공개 메소드

public toHtml ( )

프로퍼티 상세

$href 공개적으로 프로퍼티

public $href

$htmlOptions 공개적으로 프로퍼티

public $htmlOptions

$label 공개적으로 프로퍼티

public $label

$name 공개적으로 프로퍼티

public $name

$options 공개적으로 프로퍼티

public $options

$type 공개적으로 프로퍼티

public $type