Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
JiraRestApi
ClassSerialize
PHP Trait JiraRestApi\ClassSerialize
Mostrar archivo
Open project: lesstif/php-jira-rest-client
Public Methods
Method
Description
toArray
(
array
$ignoreProperties
= [],
boolean
$excludeMode
= true ) :
array
class property to Array.
toString
(
array
$ignoreProperties
= [],
boolean
$excludeMode
= true ) :
string
class property to String.
Method Details
toArray()
public
method
class property to Array.
public
toArray
(
array
$ignoreProperties
= [],
boolean
$excludeMode
= true ) :
array
$ignoreProperties
array
this properties to be (ex|in)cluded from array whether second param is true or false.
$excludeMode
boolean
return
array
toString()
public
method
class property to String.
public
toString
(
array
$ignoreProperties
= [],
boolean
$excludeMode
= true ) :
string
$ignoreProperties
array
this properties to be excluded from String.
$excludeMode
boolean
return
string