PHP Trait JiraRestApi\ClassSerialize

Datei anzeigen 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