PHP 클래스 CrudExamplesController, Platform-Crud-Plugin

상속: extends Controller
파일 보기 프로젝트 열기: nodesagency/Platform-Crud-Plugin

공개 프로퍼티들

프로퍼티 타입 설명
$componentsArray

공개 메소드들

메소드 설명
__construct ( mixed $request = null, mixed $response = null ) : void Make it possible to dynamically define the components array during tests
add ( ) : void add

메소드 상세

__construct() 공개 메소드

Make it possible to dynamically define the components array during tests
public __construct ( mixed $request = null, mixed $response = null ) : void
$request mixed
$response mixed
리턴 void

add() 공개 메소드

Used in the translations test
public add ( ) : void
리턴 void

프로퍼티 상세

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

public static $componentsArray