ModificationFieldsBase
Table of Contents
Constants
-
CHECK_REQUIRED
= 'CHECK_REQUIRED'
-
SORTING_KEYS
= 'SORTING_KEYS'
-
TO_CAMEL
= 'TO_CAMEL'
-
TO_SNAKE
= 'TO_SNAKE'
-
TO_WHITE_LIST
= 'TO_WHITE_LIST'
Methods
-
__construct()
: mixed
-
buildByAction()
: mixed
-
getArguments()
: mixed
-
getController()
: mixed
-
getData()
: mixed
-
getName()
: mixed
-
getScope()
: mixed
-
setArguments()
: mixed
-
setFormat()
: void
CHECK_REQUIRED
public
mixed
CHECK_REQUIRED
= 'CHECK_REQUIRED'
SORTING_KEYS
public
mixed
SORTING_KEYS
= 'SORTING_KEYS'
TO_CAMEL
public
mixed
TO_CAMEL
= 'TO_CAMEL'
TO_SNAKE
public
mixed
TO_SNAKE
= 'TO_SNAKE'
TO_WHITE_LIST
public
mixed
TO_WHITE_LIST
= 'TO_WHITE_LIST'
__construct()
public
__construct(mixed $name, mixed $arguments, mixed $controller[, mixed $data = [] ][, mixed $scope = '' ]) : mixed
Parameters
-
$name
: mixed
-
-
$arguments
: mixed
-
-
$controller
: mixed
-
-
$data
: mixed
= []
-
-
$scope
: mixed
= ''
-
buildByAction()
public
static buildByAction(Action $action[, mixed $data = [] ][, mixed $scope = '' ]) : mixed
Parameters
-
$action
: Action
-
-
$data
: mixed
= []
-
-
$scope
: mixed
= ''
-
getArguments()
public
getArguments() : mixed
getController()
public
getController() : mixed
getData()
public
getData() : mixed
getName()
public
getName() : mixed
getScope()
public
getScope() : mixed
setArguments()
public
setArguments(mixed $arguments) : mixed
Parameters
-
$arguments
: mixed
-
public
setFormat(mixed $format) : void
Parameters
-
$format
: mixed
-