PHP Класс AppserverIo\Appserver\Core\Api\ScannerService

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Appserver\Core\Api\AbstractFileOperationService
Показать файл Открыть проект

Открытые методы

Метод Описание
findAll ( ) : array Initializes the available CRON configurations and returns them.
load ( integer $uuid ) : AppserverIo\Configuration\Interfaces\NodeInterface Returns the node with the passed UUID.

Защищенные методы

Метод Описание
resolvePath ( string $webappPath, string $path = null ) : string Resolves the passed path. If the passed path is NULL, the webapp path is used, if the passed path is relative, the webapp path is prepended.

Описание методов

findAll() публичный метод

Initializes the available CRON configurations and returns them.
public findAll ( ) : array
Результат array The array with the available CRON configurations

load() публичный метод

Returns the node with the passed UUID.
public load ( integer $uuid ) : AppserverIo\Configuration\Interfaces\NodeInterface
$uuid integer UUID of the node to return
Результат AppserverIo\Configuration\Interfaces\NodeInterface The node with the UUID passed as parameter

resolvePath() защищенный метод

Resolves the passed path. If the passed path is NULL, the webapp path is used, if the passed path is relative, the webapp path is prepended.
protected resolvePath ( string $webappPath, string $path = null ) : string
$webappPath string The absolute path to the webapp
$path string The path to be resolved
Результат string The resolved path