Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
LeanMapper
Reflection
PropertyMethods
PHP Class LeanMapper\Reflection\PropertyMethods
Author:
Vojtěch Kohout
Afficher le fichier
Open project: tharos/leanmapper
Class Usage Examples
Méthodes publiques
Méthode
Description
__construct
(
string
$propertyName
,
boolean
$isWritable
,
string
$definition
)
getGetter
( ) :
string
|
null
Gets getter method
getSetter
( ) :
string
|
null
Gets setter method
Method Details
__construct()
public
méthode
public
__construct
(
string
$propertyName
,
boolean
$isWritable
,
string
$definition
)
$propertyName
string
$isWritable
boolean
$definition
string
getGetter()
public
méthode
Gets getter method
public
getGetter
( ) :
string
|
null
Résultat
string
|
null
getSetter()
public
méthode
Gets setter method
public
getSetter
( ) :
string
|
null
Résultat
string
|
null