Class lispa\amos\seo\behaviors\SeoContentBehavior

Inheritancelispa\amos\seo\behaviors\SeoContentBehavior » 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
$contentSeoData lispa\amos\seo\behaviors\SeoContentBehavior
$defaultOgType string The title field lispa\amos\seo\behaviors\SeoContentBehavior
$descriptionAttribute string The title description lispa\amos\seo\behaviors\SeoContentBehavior
$imageAttribute string The title field lispa\amos\seo\behaviors\SeoContentBehavior
$metaDescription lispa\amos\seo\behaviors\SeoContentBehavior
$metaGooglebot lispa\amos\seo\behaviors\SeoContentBehavior
$metaKeywords lispa\amos\seo\behaviors\SeoContentBehavior
$metaRobots lispa\amos\seo\behaviors\SeoContentBehavior
$metaTitle lispa\amos\seo\behaviors\SeoContentBehavior
$ogDescription lispa\amos\seo\behaviors\SeoContentBehavior
$ogImageUrl lispa\amos\seo\behaviors\SeoContentBehavior
$ogTitle lispa\amos\seo\behaviors\SeoContentBehavior
$ogType lispa\amos\seo\behaviors\SeoContentBehavior
$owner yii\base\Component|null The owner of this behavior yii\base\Behavior
$prettyUrl lispa\amos\seo\behaviors\SeoContentBehavior
$schema string The title field lispa\amos\seo\behaviors\SeoContentBehavior
$skipUpdateOnClean boolean Whether to skip this behavior when the $owner has not been modified yii\behaviors\AttributeBehavior
$titleAttribute string The title field lispa\amos\seo\behaviors\SeoContentBehavior
$unavailableAfterDate lispa\amos\seo\behaviors\SeoContentBehavior
$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
events() Declares event handlers for the $owner's events. yii\behaviors\AttributeBehavior
getContentSeoData() lispa\amos\seo\behaviors\SeoContentBehavior
getMetaDescription() lispa\amos\seo\behaviors\SeoContentBehavior
getMetaGooglebot() lispa\amos\seo\behaviors\SeoContentBehavior
getMetaKeywords() lispa\amos\seo\behaviors\SeoContentBehavior
getMetaRobots() lispa\amos\seo\behaviors\SeoContentBehavior
getMetaTitle() lispa\amos\seo\behaviors\SeoContentBehavior
getOgDescription() lispa\amos\seo\behaviors\SeoContentBehavior
getOgImageUrl() lispa\amos\seo\behaviors\SeoContentBehavior
getOgTitle() lispa\amos\seo\behaviors\SeoContentBehavior
getOgType() lispa\amos\seo\behaviors\SeoContentBehavior
getPrettyUrl() lispa\amos\seo\behaviors\SeoContentBehavior
getUnavailableAfterDate() lispa\amos\seo\behaviors\SeoContentBehavior
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
setContentSeoData() lispa\amos\seo\behaviors\SeoContentBehavior

Protected Methods

Hide inherited methods

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

Property Details

$contentSeoData public read-only property
public void getContentSeoData ( )
$defaultOgType public property

The title field

public string $defaultOgType 'website'
$descriptionAttribute public property

The title description

public string $descriptionAttribute 'descrizione_breve'
$imageAttribute public property

The title field

public string $imageAttribute 'image'
$metaDescription public read-only property
public void getMetaDescription ( )
$metaGooglebot public read-only property
public void getMetaGooglebot ( )
$metaKeywords public read-only property
public void getMetaKeywords ( )
$metaRobots public read-only property
public void getMetaRobots ( )
$metaTitle public read-only property
public void getMetaTitle ( )
$ogDescription public read-only property
public void getOgDescription ( )
$ogImageUrl public read-only property
public void getOgImageUrl ( )
$ogTitle public read-only property
public void getOgTitle ( )
$ogType public read-only property
public void getOgType ( )
$prettyUrl public read-only property
public void getPrettyUrl ( )
$schema public property

The title field

public string $schema null
$titleAttribute public property

The title field

public string $titleAttribute 'titolo'
$unavailableAfterDate public read-only property
public void getUnavailableAfterDate ( $formatted 'RFC-850' )

Method Details

getContentSeoData() public method

public void getContentSeoData ( )
getMetaDescription() public method

public void getMetaDescription ( )
getMetaGooglebot() public method

public void getMetaGooglebot ( )
getMetaKeywords() public method

public void getMetaKeywords ( )
getMetaRobots() public method

public void getMetaRobots ( )
getMetaTitle() public method

public void getMetaTitle ( )
getOgDescription() public method

public void getOgDescription ( )
getOgImageUrl() public method

public void getOgImageUrl ( )
getOgTitle() public method

public void getOgTitle ( )
getOgType() public method

public void getOgType ( )
getPrettyUrl() public method

public void getPrettyUrl ( )
getUnavailableAfterDate() public method

public void getUnavailableAfterDate ( $formatted 'RFC-850' )
$formatted
setContentSeoData() public method

public void setContentSeoData ( )