Class lispa\amos\seo\behaviors\SeoBehaviors
Inheritance | lispa\amos\seo\behaviors\SeoBehaviors » yii\behaviors\AttributeBehavior » yii\base\Behavior » yii\base\Object |
---|---|
Implements | yii\base\Configurable |
Class SeoBehaviors
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$attributes | array | List of attributes that are to be automatically filled with the value specified via $value. | yii\behaviors\AttributeBehavior |
$owner | yii\base\Component|null | The owner of this behavior | yii\base\Behavior |
$postParams | lispa\amos\seo\behaviors\SeoBehaviors | ||
$skipUpdateOnClean | boolean | Whether to skip this behavior when the $owner has not been
modified |
yii\behaviors\AttributeBehavior |
$value | mixed | The value that will be assigned to the current attributes. | yii\behaviors\AttributeBehavior |
Public Methods
Method | Description | Defined By |
---|---|---|
__call() | Calls the named method which is not a class method. | yii\base\Object |
__construct() | Constructor. | yii\base\Object |
__get() | Returns the value of an object property. | yii\base\Object |
__isset() | Checks if a property is set, i.e. defined and not null. | yii\base\Object |
__set() | Sets value of an object property. | yii\base\Object |
__unset() | Sets an object property to null. | yii\base\Object |
attach() | Attaches the behavior object to the component. | yii\base\Behavior |
canGetProperty() | Returns a value indicating whether a property can be read. | yii\base\Object |
canSetProperty() | Returns a value indicating whether a property can be set. | yii\base\Object |
className() | Returns the fully qualified name of this class. | yii\base\Object |
detach() | Detaches the behavior object from the component. | yii\base\Behavior |
evaluateAttributes() | Evaluates the attribute value and assigns it to the current attributes. | yii\behaviors\AttributeBehavior |
eventBeforeDelete() | lispa\amos\seo\behaviors\SeoBehaviors | |
eventSaveSeoData() | lispa\amos\seo\behaviors\SeoBehaviors | |
events() | lispa\amos\seo\behaviors\SeoBehaviors | |
hasMethod() | Returns a value indicating whether a method is defined. | yii\base\Object |
hasProperty() | Returns a value indicating whether a property is defined. | yii\base\Object |
init() | Initializes the object. | yii\base\Object |
Protected Methods
Method | Description | Defined By |
---|---|---|
getValue() | Returns the value for the current attributes. | yii\behaviors\AttributeBehavior |
Property Details
Method Details
public void eventBeforeDelete ( yii\base\Event $event ) | ||
$event | yii\base\Event |
public void eventSaveSeoData ( yii\base\Event $event ) | ||
$event | yii\base\Event |
public array events ( ) |