AppserverIo\Appserver\Core\Api\ScannerService::load PHP Method

load() public method

Returns the node with the passed UUID.
public load ( integer $uuid ) : AppserverIo\Configuration\Interfaces\NodeInterface
$uuid integer UUID of the node to return
return AppserverIo\Configuration\Interfaces\NodeInterface The node with the UUID passed as parameter
    public function load($uuid)
    {
        // not implemented yet
    }