PHP 클래스 Application\Configure

상속: extends ManaPHP\Configure
파일 보기 프로젝트 열기: manaphp/manaphp

공개 프로퍼티들

프로퍼티 타입 설명
$crypt ConfManaPHP\Security\Crypt
$database ConfManaPHP\Db\Adapter\Mysql
$logger ConfManaPHP\Logger\Adapter\File

공개 메소드들

메소드 설명
__construct ( )
config ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

config() 공개 메소드

public config ( )

프로퍼티 상세

$crypt 공개적으로 프로퍼티

public Crypt,ConfManaPHP\Security $crypt
리턴 ConfManaPHP\Security\Crypt

$database 공개적으로 프로퍼티

public Mysql,ConfManaPHP\Db\Adapter $database
리턴 ConfManaPHP\Db\Adapter\Mysql

$logger 공개적으로 프로퍼티

public File,ConfManaPHP\Logger\Adapter $logger
리턴 ConfManaPHP\Logger\Adapter\File