Interface luya\admin\ngrest\NgRestButtonConditionInterface
Ngrest Button Condition Interface
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getCondition() | Get the button condition or empty of not set | luya\admin\ngrest\NgRestButtonConditionInterface |
| setCondition() | Setter method for the button ng-show condition | luya\admin\ngrest\NgRestButtonConditionInterface |
Method Details
Get the button condition or empty of not set
| public abstract void getCondition ( ) |
public function getCondition();
Setter method for the button ng-show condition
| public abstract void setCondition ( $condition ) | ||
| $condition | string | |
public function setCondition($condition);