PHP 클래스 Noherczeg\Breadcrumb\Config

Configuration handler class for the package
파일 보기 프로젝트 열기: noherczeg/breadcrumb 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $fromArray = [] )
dump ( ) : type dump: Returns all the configurations.
value ( String $key = null ) : String value: Returns the value of the requested key.

메소드 상세

__construct() 공개 메소드

public __construct ( array $fromArray = [] )
$fromArray array

dump() 공개 메소드

dump: Returns all the configurations.
public dump ( ) : type
리턴 type

value() 공개 메소드

value: Returns the value of the requested key.
public value ( String $key = null ) : String
$key String Requested value's key
리턴 String