PHP 클래스 skeeks\cms\models\CmsSite

상속: extends Core, use trait skeeks\cms\traits\ValidateRulesTrait
파일 보기 프로젝트 열기: skeeks-cms/cms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$sites

공개 메소드들

메소드 설명
attributeLabels ( )
beforeDeleteRemoveTree ( )
beforeInsertChecks ( Event $e )
beforeUpdateChecks ( Event $e )
behaviors ( )
createTreeAfterInsert ( Event $e )
getByCode ( (string) $code ) : static
getCmsSiteDomains ( ) : ActiveQuery
getCmsTrees ( ) : ActiveQuery
getImage ( ) : ActiveQuery
getUrl ( ) : string TODO: добавить настройку схемы в будущем.
init ( )
rules ( )
tableName ( )

메소드 상세

attributeLabels() 공개 메소드

public attributeLabels ( )

beforeDeleteRemoveTree() 공개 메소드

beforeInsertChecks() 공개 메소드

public beforeInsertChecks ( Event $e )
$e yii\base\Event

beforeUpdateChecks() 공개 메소드

public beforeUpdateChecks ( Event $e )
$e yii\base\Event

behaviors() 공개 메소드

public behaviors ( )

createTreeAfterInsert() 공개 메소드

public createTreeAfterInsert ( Event $e )
$e yii\base\Event

getByCode() 공개 정적인 메소드

public static getByCode ( (string) $code ) : static
$code (string)
리턴 static

getCmsSiteDomains() 공개 메소드

public getCmsSiteDomains ( ) : ActiveQuery
리턴 yii\db\ActiveQuery

getCmsTrees() 공개 메소드

public getCmsTrees ( ) : ActiveQuery
리턴 yii\db\ActiveQuery

getImage() 공개 메소드

public getImage ( ) : ActiveQuery
리턴 yii\db\ActiveQuery

getUrl() 공개 메소드

TODO: добавить настройку схемы в будущем.
public getUrl ( ) : string
리턴 string

init() 공개 메소드

public init ( )

rules() 공개 메소드

public rules ( )

tableName() 공개 정적인 메소드

public static tableName ( )

프로퍼티 상세

$sites 공개적으로 정적으로 프로퍼티

public static $sites