Make MDProcessType JSON serializable
This commit is contained in:
@ -55,4 +55,11 @@ interface MDValueEnumInterface {
|
||||
* @return string
|
||||
*/
|
||||
public function getTledName(MDTlLoader $tlLoader):string;
|
||||
|
||||
/**
|
||||
* Provides the option to serialize as a string during json_encode().
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function jsonSerialize():string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user