PHP 클래스 PhalconRest\Transformers\ModelTransformer

상속: extends Transformer
파일 보기 프로젝트 열기: olivierandriessen/phalcon-rest

보호된 프로퍼티들

프로퍼티 타입 설명
$modelAttributes
$modelClass
$modelColumnMap
$modelDataTypes

공개 메소드들

메소드 설명
getModelClass ( )
getModelDataTypes ( )
getResponseProperties ( )
setModelClass ( $modelClass )
transform ( $item )

보호된 메소드들

메소드 설명
additionalFields ( $item )
excludedProperties ( ) : array
getFieldValue ( $item, $propertyName, $fieldName )
getMappedDatabaseType ( $type )
getModel ( $item )
getModelAttributes ( )
getModelColumnMap ( )
includedProperties ( ) : array
keyMap ( ) : array Returns keyMap to be used.
typeMap ( )

메소드 상세

additionalFields() 보호된 메소드

protected additionalFields ( $item )

excludedProperties() 보호된 메소드

protected excludedProperties ( ) : array
리턴 array Properties to be excluded in the response

getFieldValue() 보호된 메소드

protected getFieldValue ( $item, $propertyName, $fieldName )

getMappedDatabaseType() 보호된 메소드

protected getMappedDatabaseType ( $type )

getModel() 보호된 메소드

protected getModel ( $item )

getModelAttributes() 보호된 메소드

protected getModelAttributes ( )

getModelClass() 공개 메소드

public getModelClass ( )

getModelColumnMap() 보호된 메소드

protected getModelColumnMap ( )

getModelDataTypes() 공개 메소드

public getModelDataTypes ( )

getResponseProperties() 공개 메소드

includedProperties() 보호된 메소드

protected includedProperties ( ) : array
리턴 array Properties to be included in the response

keyMap() 보호된 메소드

Keys are the model properties, values are the response keys
protected keyMap ( ) : array
리턴 array

setModelClass() 공개 메소드

public setModelClass ( $modelClass )

transform() 공개 메소드

public transform ( $item )

typeMap() 보호된 메소드

protected typeMap ( )

프로퍼티 상세

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

protected $modelAttributes

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

protected $modelClass

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

protected $modelColumnMap

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

protected $modelDataTypes