PHP Class CrudExamplesController, Platform-Crud-Plugin

Inheritance: extends Controller
ファイルを表示 Open project: nodesagency/Platform-Crud-Plugin

Public Properties

Property Type Description
$componentsArray

Public Methods

Method Description
__construct ( mixed $request = null, mixed $response = null ) : void Make it possible to dynamically define the components array during tests
add ( ) : void add

Method Details

__construct() public method

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

add() public method

Used in the translations test
public add ( ) : void
return void

Property Details

$componentsArray public_oe static_oe property

public static $componentsArray