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
Tobscure
JsonApi
MetaTrait
PHP Trait Tobscure\JsonApi\MetaTrait
Afficher le fichier
Open project: tobscure/json-api
Protected Properties
Свойство
Type
Description
$meta
array
The meta data array.
Méthodes publiques
Méthode
Description
addMeta
(
string
$key
,
string
$value
)
Add meta data.
getMeta
( ) :
array
Get the meta.
setMeta
(
array
$meta
)
Set the meta data array.
Method Details
addMeta()
public
méthode
Add meta data.
public
addMeta
(
string
$key
,
string
$value
)
$key
string
$value
string
getMeta()
public
méthode
Get the meta.
public
getMeta
( ) :
array
Résultat
array
setMeta()
public
méthode
Set the meta data array.
public
setMeta
(
array
$meta
)
$meta
array
Property Details
$meta
protected_oe property
The meta data array.
protected
array
$meta
Résultat
array