Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Nextras
Orm
Collection
IEntityPreloadContainer
PHP Interface Nextras\Orm\Collection\IEntityPreloadContainer
Show file
Open project: nextras/orm
Interface Usage Examples
Public Methods
Method
Description
getPreloadValues
(
string
$property
) :
array
Returns array of $property values for preloading.
Method Details
getPreloadValues()
public
method
Returns array of $property values for preloading.
public
getPreloadValues
(
string
$property
) :
array
$property
string
return
array