PHP 클래스 Lemon\RestBundle\Object\Envelope\EnvelopeFactory

파일 보기 프로젝트 열기: stanlemon/rest-bundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$envelope string

공개 메소드들

메소드 설명
__construct ( string $envelope )
create ( mixed $payload ) : Lemon\RestBundle\Object\Envelope

메소드 상세

__construct() 공개 메소드

public __construct ( string $envelope )
$envelope string

create() 공개 메소드

public create ( mixed $payload ) : Lemon\RestBundle\Object\Envelope
$payload mixed
리턴 Lemon\RestBundle\Object\Envelope

프로퍼티 상세

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

protected string $envelope
리턴 string