PHP 클래스 Crummy\Phlack\Common\Hash

상속: extends Guzzle\Common\Collection, implements Crummy\Phlack\Common\Encodable
파일 보기 프로젝트 열기: mcrumm/phlack 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$defaults
$optional
$required

공개 메소드들

메소드 설명
__construct ( array $data = [] )
__toString ( )
fromConfig ( array $config = [], array $defaults = [], array $required = [] )
jsonSerialize ( )

보호된 메소드들

메소드 설명
setDefaultOptions ( OptionsResolver $resolver )

메소드 상세

__construct() 공개 메소드

public __construct ( array $data = [] )
$data array

__toString() 공개 메소드

public __toString ( )

fromConfig() 공개 정적인 메소드

public static fromConfig ( array $config = [], array $defaults = [], array $required = [] )
$config array
$defaults array
$required array

jsonSerialize() 공개 메소드

public jsonSerialize ( )

setDefaultOptions() 보호된 메소드

protected setDefaultOptions ( OptionsResolver $resolver )
$resolver OptionsResolver

프로퍼티 상세

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

protected $defaults

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

protected $optional

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

protected $required