PHP Class skeeks\cms\models\behaviors\SeoPageName

Inheritance: extends yii\behaviors\AttributeBehavior
Mostra file Open project: skeeks-cms/cms Class Usage Examples

Public Properties

Property Type Description
$fromAttribute
$generatedAttribute the attribute that will receive timestamp value Set this property to false if you do not want to record the creation time.
$maxLength
$uniqeue
$value

Public Methods

Method Description
getValue ( Event $event ) : mixed
init ( )

Method Details

getValue() public method

public getValue ( Event $event ) : mixed
$event yii\base\Event
return mixed the value of the user.

init() public method

public init ( )

Property Details

$fromAttribute public_oe property

public $fromAttribute

$generatedAttribute public_oe property

the attribute that will receive timestamp value Set this property to false if you do not want to record the creation time.
public $generatedAttribute

$maxLength public_oe property

public $maxLength

$uniqeue public_oe property

public $uniqeue

$value public_oe property

public $value