|
|
@ -14,10 +14,6 @@ class DeegraphNodeDetails |
|
|
|
|
|
|
|
public function __construct(array $nodeDetails) |
|
|
|
{ |
|
|
|
file_put_contents( |
|
|
|
filename: __DIR__ . '/../../../../../LocalStorage/DevCache/' . (new DateTime())->format('u') . '.json', |
|
|
|
data: json_encode($nodeDetails) |
|
|
|
); |
|
|
|
// $this->ID = $nodeDetails["@id"]; |
|
|
|
// $this->CreatedAt = new DateTime($nodeDetails["@created"]); |
|
|
|
// $this->CreatorID = $nodeDetails["@creator"]; |
|
|
|