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);
    }