Neos\Flow\Persistence\Doctrine\Migrations\Version20120412194611::isPartyPackageInstalled PHP Method

isPartyPackageInstalled() protected method

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