Neos\Flow\Persistence\Doctrine\Migrations\Version20110923125535::isPartyPackageInstalled PHP 메소드

isPartyPackageInstalled() 보호된 메소드

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