PHP 클래스 skeeks\cms\models\behaviors\SeoPageName

상속: extends yii\behaviors\AttributeBehavior
파일 보기 프로젝트 열기: skeeks-cms/cms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
getValue ( Event $event ) : mixed
init ( )

메소드 상세

getValue() 공개 메소드

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

init() 공개 메소드

public init ( )

프로퍼티 상세

$fromAttribute 공개적으로 프로퍼티

public $fromAttribute

$generatedAttribute 공개적으로 프로퍼티

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 $maxLength

$uniqeue 공개적으로 프로퍼티

public $uniqeue

$value 공개적으로 프로퍼티

public $value