Class lispa\amos\seo\behaviors\SeoBehaviors

Inheritancelispa\amos\seo\behaviors\SeoBehaviors » yii\behaviors\AttributeBehavior » yii\base\Behavior » yii\base\Object
Implementsyii\base\Configurable

Class SeoBehaviors

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined 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

Hide inherited methods

MethodDescriptionDefined 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

Hide inherited methods

MethodDescriptionDefined By
getValue() Returns the value for the current attributes. yii\behaviors\AttributeBehavior

Property Details

$postParams public property
public $postParams null

Method Details

eventBeforeDelete() public method

public void eventBeforeDelete ( yii\base\Event $event )
$event yii\base\Event
eventSaveSeoData() public method

public void eventSaveSeoData ( yii\base\Event $event )
$event yii\base\Event
events() public method

public array events ( )