PHP 클래스 TinyAuth\Utility\Utility

파일 보기 프로젝트 열기: dereuromark/cakephp-tinyauth 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

deconstructIniKey() 공개 정적인 메소드

Deconstructs an authentication ini section key into a named array with authentication parts.
public static deconstructIniKey ( string $key ) : array
$key string INI section key as found in authentication.ini
리턴 array Array with named keys for controller, plugin and prefix

parseFile() 공개 정적인 메소드

Returns the ini file as an array.
public static parseFile ( string $ini ) : array
$ini string Full path to the ini file
리턴 array List