Method | Description | |
---|---|---|
CreateSourceFromIdentifier ( string $identifier, $trusted = false ) : |
Creats a new Source object from a unique id | |
CreateSourceFromJSON ( JSON $json ) : |
Returns a new Source object from the JSON encoded string of a Source object |
public static CreateSourceFromIdentifier ( string $identifier, $trusted = false ) : |
||
$identifier | string | |
return |
public static CreateSourceFromJSON ( JSON $json ) : |
||
$json | JSON | |
return |