Property_Controller_Value
in package
Properties.
Tags
Table of Contents
Properties
- $_cacheGetProperty : mixed
Methods
- factory() : mixed
- Create object of $type class
- getPropertiesValues() : array<string|int, mixed>
- Получение значений свойств $aPropertiesId объекта $entityId
- _getProperty() : object|null
- Get Property by ID
Properties
$_cacheGetProperty
protected
static mixed
$_cacheGetProperty
= array()
Methods
factory()
Create object of $type class
public
static factory(string $type) : mixed
Parameters
- $type : string
-
type of the class
getPropertiesValues()
Получение значений свойств $aPropertiesId объекта $entityId
public
static getPropertiesValues(array<string|int, mixed> $aPropertiesId, int $entityId[, bool $bCache = TRUE ][, mixed $bSorting = FALSE ]) : array<string|int, mixed>
Parameters
- $aPropertiesId : array<string|int, mixed>
-
properties ID
- $entityId : int
-
entity ID
- $bCache : bool = TRUE
-
cache mode
- $bSorting : mixed = FALSE
Return values
array<string|int, mixed>_getProperty()
Get Property by ID
protected
static _getProperty(int $iPropertyId) : object|null
Parameters
- $iPropertyId : int