AppserverIo\Appserver\Core\Api\ContainerService::getIsInstalledFlag PHP 메소드

getIsInstalledFlag() 공개 메소드

Return's the install flag information from the configuration directory.
public getIsInstalledFlag ( ) : SplFileInfo
리턴 SplFileInfo The install flag information
    public function getIsInstalledFlag()
    {
        return new \SplFileInfo($this->getConfdDir(ContainerService::FLAG_IS_INSTALLED));
    }