404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.189.157.91: ~ $
<?php

namespace Doctrine\DBAL\Event;

use Doctrine\Common\EventArgs;

/**
 * Base class for schema related events.
 *
 * @deprecated
 */
class SchemaEventArgs extends EventArgs
{
    private bool $preventDefault = false;

    /** @return SchemaEventArgs */
    public function preventDefault()
    {
        $this->preventDefault = true;

        return $this;
    }

    /** @return bool */
    public function isDefaultPrevented()
    {
        return $this->preventDefault;
    }
}

Filemanager

Name Type Size Permission Actions
Listeners Folder 0755
ConnectionEventArgs.php File 531 B 0644
SchemaAlterTableAddColumnEventArgs.php File 2.02 KB 0644
SchemaAlterTableChangeColumnEventArgs.php File 1.64 KB 0644
SchemaAlterTableEventArgs.php File 1.37 KB 0644
SchemaAlterTableRemoveColumnEventArgs.php File 1.61 KB 0644
SchemaAlterTableRenameColumnEventArgs.php File 1.88 KB 0644
SchemaColumnDefinitionEventArgs.php File 1.76 KB 0644
SchemaCreateTableColumnEventArgs.php File 1.56 KB 0644
SchemaCreateTableEventArgs.php File 1.82 KB 0644
SchemaDropTableEventArgs.php File 1.2 KB 0644
SchemaEventArgs.php File 486 B 0644
SchemaIndexDefinitionEventArgs.php File 1.51 KB 0644
TransactionBeginEventArgs.php File 149 B 0644
TransactionCommitEventArgs.php File 150 B 0644
TransactionEventArgs.php File 445 B 0644
TransactionRollBackEventArgs.php File 152 B 0644