Neos\Flow\Persistence\Doctrine\Migrations\Version20120412194611::isPartyPackageInstalled PHP Méthode

isPartyPackageInstalled() protected méthode

protected isPartyPackageInstalled ( ) : boolean
Résultat boolean
    protected function isPartyPackageInstalled()
    {
        return $this->sm->tablesExist(array('typo3_party_domain_model_abstractparty'));
    }