Property | Type | Description | |
---|---|---|---|
$_foos | array | Array holding the current foo list. Each array entry is a hash describing a foo. The array is indexed by the IDs. | |
$_params | array | Hash containing connection parameters. |
Method | Description | |
---|---|---|
__construct ( array $params = [] ) | Constructor. | |
listFoos ( ) : array | Lists all foos. |
public __construct ( array $params = [] ) | ||
$params | array | A hash containing connection parameters. |
protected array $_foos | ||
return | array |
protected array $_params | ||
return | array |