PHP 클래스 PhalconRest\Mvc\Controllers\FractalController

상속: extends PhalconRest\Mvc\Controller
파일 보기 프로젝트 열기: olivierandriessen/phalcon-rest

보호된 프로퍼티들

프로퍼티 타입 설명
$fractal League\Fractal\Manager

공개 메소드들

메소드 설명
onConstruct ( )

보호된 메소드들

메소드 설명
createArrayResponse ( $array, $key )
createCollectionResponse ( $collection, $transformer, $resourceKey = null, $meta = null )
createItemOkResponse ( $item, $transformer, $resourceKey = null, $meta = null )
createItemResponse ( $item, $transformer, $resourceKey = null, $meta = null )
createOkResponse ( )
createResponse ( $response )
getUser ( )
getUserId ( )

메소드 상세

createArrayResponse() 보호된 메소드

protected createArrayResponse ( $array, $key )

createCollectionResponse() 보호된 메소드

protected createCollectionResponse ( $collection, $transformer, $resourceKey = null, $meta = null )

createItemOkResponse() 보호된 메소드

protected createItemOkResponse ( $item, $transformer, $resourceKey = null, $meta = null )

createItemResponse() 보호된 메소드

protected createItemResponse ( $item, $transformer, $resourceKey = null, $meta = null )

createOkResponse() 보호된 메소드

protected createOkResponse ( )

createResponse() 보호된 메소드

protected createResponse ( $response )

getUser() 보호된 메소드

protected getUser ( )

getUserId() 보호된 메소드

protected getUserId ( )

onConstruct() 공개 메소드

public onConstruct ( )

프로퍼티 상세

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

protected Manager,League\Fractal $fractal
리턴 League\Fractal\Manager