PHP Class dosamigos\taggable\Taggable

Author: Alexander Kochetov ([email protected])
Author: Antonio Ramirez ([email protected])
Inheritance: extends yii\base\Behavior
Afficher le fichier Open project: 2amigos/yii2-taggable-behavior Class Usage Examples

Méthodes publiques

Свойство Type Description
$asArray boolean
$attribute string
$frequency string
$name string
$owner the owner of this behavior.
$relation string
$tagValues array | string Tag values

Méthodes publiques

Méthode Description
__get ( $name )
__set ( $name, $value )
afterSave ( Event $event )
beforeDelete ( Event $event )
canGetProperty ( $name, $checkVars = true )
canSetProperty ( $name, $checkVars = true )
events ( )

Private Methods

Méthode Description
getTagNames ( )

Method Details

__get() public méthode

public __get ( $name )

__set() public méthode

public __set ( $name, $value )

afterSave() public méthode

public afterSave ( Event $event )
$event yii\base\Event

beforeDelete() public méthode

public beforeDelete ( Event $event )
$event yii\base\Event

canGetProperty() public méthode

public canGetProperty ( $name, $checkVars = true )

canSetProperty() public méthode

public canSetProperty ( $name, $checkVars = true )

events() public méthode

public events ( )

Property Details

$asArray public_oe property

public bool $asArray
Résultat boolean

$attribute public_oe property

public string $attribute
Résultat string

$frequency public_oe property

public string $frequency
Résultat string

$name public_oe property

public string $name
Résultat string

$owner public_oe property

the owner of this behavior.
public $owner

$relation public_oe property

public string $relation
Résultat string

$tagValues public_oe property

Tag values
public array|string $tagValues
Résultat array | string