Method | Description | |
---|---|---|
deconstructIniKey ( string $key ) : array | Deconstructs an authentication ini section key into a named array with authentication parts. | |
parseFile ( string $ini ) : array | Returns the ini file as an array. |
public static deconstructIniKey ( string $key ) : array | ||
$key | string | INI section key as found in authentication.ini |
return | array | Array with named keys for controller, plugin and prefix |