AppserverIo\Appserver\Core\Api\ServiceInterface::load PHP Méthode

load() public méthode

Returns the node with the passed UUID.
public load ( integer $uuid ) : AppserverIo\Configuration\Interfaces\NodeInterface
$uuid integer UUID of the node to return
Résultat AppserverIo\Configuration\Interfaces\NodeInterface The node with the UUID passed as parameter
    public function load($uuid);