AppserverIo\Appserver\Core\Scanner\DeploymentScanner::getDeploymentFlag PHP Метод

getDeploymentFlag() публичный Метод

Returns the file information of the deployment flag
public getDeploymentFlag ( ) : SplFileInfo
Результат SplFileInfo The deployment flag file information
    public function getDeploymentFlag()
    {
        return new \SplFileInfo($this->getDirectory() . DIRECTORY_SEPARATOR . ExtractorInterface::FILE_DEPLOYMENT_SUCCESSFULL);
    }