boolean isCheckable(
string
$test)
|
|
Test for a checkable attribute.
The $test may be one of 'create', 'execute' or 'none'. The correspondent attributes must be set in view.xml. If 'create' is set, the testExecute() method of the selector will also be called.
Parameters:
Return a string representation of this component.
As of 0.4.6 this method returns $this->string if $this does not own a template. Also, the object's attributes are automatically added to the template if it exists.
Overridden in child classes as:
- IsterUIFormConnector::toString()
- Return a string representation of this object.
Overrides
IsterUIBase::toString() (Return a string representation of this object.)