PHP 클래스 RainLab\Translate\Classes\MLCmsObject

저자: Alexey Bobkov, Samuel Georges
상속: extends Cms\Classes\CmsCompoundObject
파일 보기 프로젝트 열기: rainlab/translate-plugin

공개 프로퍼티들

프로퍼티 타입 설명
$locale
$parent

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable The attributes that are mass assignable.

공개 메소드들

메소드 설명
findLocale ( $locale, $page )
forLocale ( $locale, $page )
getObjectTypeDirName ( ) : string Returns the directory name corresponding to the object type.
setContext ( $locale, $parent )

메소드 상세

findLocale() 공개 정적인 메소드

public static findLocale ( $locale, $page )

forLocale() 공개 정적인 메소드

public static forLocale ( $locale, $page )

getObjectTypeDirName() 공개 메소드

For pages the directory name is "pages", for layouts - "layouts", etc.
public getObjectTypeDirName ( ) : string
리턴 string

setContext() 공개 정적인 메소드

public static setContext ( $locale, $parent )

프로퍼티 상세

$fillable 보호되어 있는 프로퍼티

The attributes that are mass assignable.
protected $fillable

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

public static $locale

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

public static $parent