PHP Class EventAction

Inheritance: extends Action
显示文件 Open project: openeyes/openeyes Class Usage Examples

Public Properties

Property Type Description
$href
$htmlOptions
$label
$name
$options
$type

Public Methods

Method Description
__construct ( $label, $type, $options = null, $htmlOptions = null )
button ( $label, $name, $options = null, $htmlOptions = null )
link ( $label, $href = '#', $options = null, $htmlOptions = null )
toHtml ( )

Method Details

__construct() public method

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

button() public static method

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

toHtml() public method

public toHtml ( )

Property Details

$href public_oe property

public $href

$htmlOptions public_oe property

public $htmlOptions

$label public_oe property

public $label

$name public_oe property

public $name

$options public_oe property

public $options

$type public_oe property

public $type