PHP 클래스 Themosis\Config\Menu

파일 보기 프로젝트 열기: themosis/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$data array Save the menus list.

공개 메소드들

메소드 설명
__construct ( array $data )
make ( ) : Menu Register the menus.

메소드 상세

__construct() 공개 메소드

public __construct ( array $data )
$data array

make() 공개 메소드

Register the menus.
public make ( ) : Menu
리턴 Menu

프로퍼티 상세

$data 보호되어 있는 프로퍼티

Save the menus list.
protected array $data
리턴 array