PHP Class AwsInspector\Registry

Show file Open project: aoepeople/stackformation Class Usage Examples

Protected Properties

Property Type Description
$items array

Public Methods

Method Description
get ( string $key ) : boolean | mixed
set ( string $key, mixed $object )

Method Details

get() public static method

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

set() public static method

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

Property Details

$items protected static property

protected static array $items
return array