PHP 클래스 Nelmio\Alice\Definition\Object\SimpleObject

상속: implements Nelmio\Alice\ObjectInterface
파일 보기 프로젝트 열기: nelmio/alice 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $reference, object $instance )
getId ( ) : string
getInstance ( )
withInstance ( object $newInstance ) : self

메소드 상세

__construct() 공개 메소드

public __construct ( string $reference, object $instance )
$reference string
$instance object

getId() 공개 메소드

public getId ( ) : string
리턴 string

getInstance() 공개 메소드

public getInstance ( )

withInstance() 공개 메소드

public withInstance ( object $newInstance ) : self
$newInstance object
리턴 self