PHP Class Emarref\Jwt\Token\PropertyList

Inheritance: implements JsonSerializable, implements IteratorAggregate
Datei anzeigen Open project: emarref/jwt Class Usage Examples

Protected Properties

Property Type Description
$properties ArrayObject

Public Methods

Method Description
__construct ( )
getIterator ( ) : Emarref\Jwt\Token\PropertyInterface[]
jsonSerialize ( ) : string
setProperty ( Emarref\Jwt\Token\PropertyInterface $property )

Method Details

__construct() public method

public __construct ( )

getIterator() public method

public getIterator ( ) : Emarref\Jwt\Token\PropertyInterface[]
return Emarref\Jwt\Token\PropertyInterface[]

jsonSerialize() public method

public jsonSerialize ( ) : string
return string

setProperty() public method

public setProperty ( Emarref\Jwt\Token\PropertyInterface $property )
$property Emarref\Jwt\Token\PropertyInterface

Property Details

$properties protected_oe property

protected ArrayObject $properties
return ArrayObject