Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
LeanMapper
Caller
PHP Class LeanMapper\Caller
Author:
Vojtěch Kohout
Datei anzeigen
Open project: tharos/leanmapper
Public Methods
Method
Description
__construct
(
mixed
$instance
,
mixed
|
null
$complement
= null )
getComplement
( ) :
mixed
|
null
getInstance
( ) :
mixed
isEntity
( ) :
boolean
isRepository
( ) :
boolean
Method Details
__construct()
public
method
public
__construct
(
mixed
$instance
,
mixed
|
null
$complement
= null )
$instance
mixed
$complement
mixed
|
null
getComplement()
public
method
public
getComplement
( ) :
mixed
|
null
return
mixed
|
null
getInstance()
public
method
public
getInstance
( ) :
mixed
return
mixed
isEntity()
public
method
public
isEntity
( ) :
boolean
return
boolean
isRepository()
public
method
public
isRepository
( ) :
boolean
return
boolean