Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Nextras
Orm
Entity
Reflection
IMetadataParser
PHP Interface Nextras\Orm\Entity\Reflection\IMetadataParser
ファイルを表示
Open project: nextras/orm
Public Methods
Method
Description
parseMetadata
(
string
$entityClass
,
array
|
null
&
$fileDependencies
) :
EntityMetadata
Parses metadata for entity.
Method Details
parseMetadata()
public
method
Parses metadata for entity.
public
parseMetadata
(
string
$entityClass
,
array
|
null
&
$fileDependencies
) :
EntityMetadata
$entityClass
string
$fileDependencies
array
|
null
return
EntityMetadata