PHP Class Emarref\Jwt\Token\PropertyList

Inheritance: implements JsonSerializable, implements IteratorAggregate
Afficher le fichier Open project: emarref/jwt Class Usage Examples

Protected Properties

Свойство Type Description
$properties ArrayObject

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( )

getIterator() public méthode

public getIterator ( ) : Emarref\Jwt\Token\PropertyInterface[]
Résultat Emarref\Jwt\Token\PropertyInterface[]

jsonSerialize() public méthode

public jsonSerialize ( ) : string
Résultat string

setProperty() public méthode

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

Property Details

$properties protected_oe property

protected ArrayObject $properties
Résultat ArrayObject