PHP Class skeeks\cms\models\behaviors\SeoPageName

Inheritance: extends yii\behaviors\AttributeBehavior
Show 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 property

public $fromAttribute

$generatedAttribute public 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 property

public $maxLength

$uniqeue public property

public $uniqeue

$value public property

public $value