PHP 클래스 Pimcore\Model\Object\Objectbrick\Definition

상속: extends Pimcore\Model\Object\Fieldcollection\Definition, use trait Pimcore\Model\Object\ClassDefinition\Helper\VarExport
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$classDefinitions array()

공개 메소드들

메소드 설명
delete ( ) : void
getByKey ( $key ) : mixed
getClassDefinitions ( ) : array()
save ( ) : void
setClassDefinitions ( $classDefinitions )

보호된 메소드들

메소드 설명
getDefinitionFile ( ) : string
getPhpClassFile ( ) : string

비공개 메소드들

메소드 설명
cleanupOldFiles ( $serializedFilename ) : void
createContainerClasses ( )
getContainerClassFolder ( $classname ) : string
getContainerClassName ( $classname, $fieldname ) : string
getContainerNamespace ( $classname, $fieldname ) : string
updateDatabase ( ) : void

메소드 상세

delete() 공개 메소드

public delete ( ) : void
리턴 void

getByKey() 공개 정적인 메소드

public static getByKey ( $key ) : mixed
$key
리턴 mixed

getClassDefinitions() 공개 메소드

public getClassDefinitions ( ) : array()
리턴 array()

getDefinitionFile() 보호된 메소드

protected getDefinitionFile ( ) : string
리턴 string

getPhpClassFile() 보호된 메소드

protected getPhpClassFile ( ) : string
리턴 string

save() 공개 메소드

public save ( ) : void
리턴 void

setClassDefinitions() 공개 메소드

public setClassDefinitions ( $classDefinitions )
$classDefinitions

프로퍼티 상세

$classDefinitions 공개적으로 프로퍼티

public array() $classDefinitions
리턴 array()