Scalr\Upgrade\Updates\Update20160120023319::isApplied1 PHP 메소드

isApplied1() 보호된 메소드

protected isApplied1 ( $stage )
    protected function isApplied1($stage)
    {
        foreach ($this->tablesForRemoval as $table) {
            if ($this->hasTable($table)) {
                return false;
            }
        }
        return true;
    }