PHP 클래스 moadminComponent, nodejs-autorestart

파일 보기 프로젝트 열기: shimondoodkin/nodejs-autorestart 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$model moadminModel Model object
$mongo array $this->mongo is used to pass properties from component to view without relying on a controller to return them

공개 메소드들

메소드 설명
__construct ( ) Routes requests and sets return data

메소드 상세

__construct() 공개 메소드

Routes requests and sets return data
public __construct ( )

프로퍼티 상세

$model 공개적으로 정적으로 프로퍼티

Model object
public static moadminModel $model
리턴 moadminModel

$mongo 공개적으로 프로퍼티

$this->mongo is used to pass properties from component to view without relying on a controller to return them
public array $mongo
리턴 array