getBehavior() public method
Returns the named behavior object.
| public null|yii\base\Behavior getBehavior ( $name ) | ||
|---|---|---|
| $name | string |
The behavior name |
| return | null|yii\base\Behavior |
The behavior object, or null if the behavior does not exist |
getBehavior() public method
Returns the named behavior object.
| public null|yii\base\Behavior getBehavior ( $name ) | ||
|---|---|---|
| $name | string |
The behavior name |
| return | null|yii\base\Behavior |
The behavior object, or null if the behavior does not exist |
Please login to continue.