class BlockElementParamTypes

Class BlockElementParamTypes

Constants

STRING

SELECT

INT

DATE

TREE

DATE_FROM_TYPE

DATE_TO_TYPE

LAYOUT_PREFIX

Methods

static array
date(string $field, string $text = null)

No description

static array
select(string $route, string $searchField, string $text = null, bool $isMultiple = true, bool $useOtherParams = false, null $field = null, null $descriptionField = null)

No description

static array
int(string $field = null, string $text = 'Number of entities')

No description

static array
tree(string $extension, string $text = null, null $field = null)

No description

Details

at line 34
static array date(string $field, string $text = null)

Parameters

string $field
string $text

Return Value

array

at line 54
static array select(string $route, string $searchField, string $text = null, bool $isMultiple = true, bool $useOtherParams = false, null $field = null, null $descriptionField = null)

Parameters

string $route
string $searchField
string $text
bool $isMultiple
bool $useOtherParams
null $field
null $descriptionField

Return Value

array

at line 72
static array int(string $field = null, string $text = 'Number of entities')

Parameters

string $field
string $text

Return Value

array

at line 84
static array tree(string $extension, string $text = null, null $field = null)

Parameters

string $extension
string $text
null $field

Return Value

array