Inheritance: implements JsonSerializable, implements IteratorAggregate
コード例 #1
0
ファイル: Payload.php プロジェクト: emarref/jwt
 /**
  * @return string
  */
 public function jsonSerialize()
 {
     return $this->propertyList->jsonSerialize();
 }