AppserverIo\Appserver\Core\Scanner\AbstractScanner::getService PHP Method

getService() public method

Returns The API service, e. g. to load the deployment directory.
public getService ( ) : ContainerService
return AppserverIo\Appserver\Core\Api\ContainerService The API service instance
    public function getService()
    {
        return $this->service;
    }