PHP 클래스 AwsInspector\Registry

파일 보기 프로젝트 열기: aoepeople/stackformation 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$items array

공개 메소드들

메소드 설명
get ( string $key ) : boolean | mixed
set ( string $key, mixed $object )

메소드 상세

get() 공개 정적인 메소드

public static get ( string $key ) : boolean | mixed
$key string
리턴 boolean | mixed

set() 공개 정적인 메소드

public static set ( string $key, mixed $object )
$key string
$object mixed

프로퍼티 상세

$items 보호되어 있는 정적으로 프로퍼티

protected static array $items
리턴 array