ok

Mini Shell

Direktori : /home2/selectio/public_html/a1tex.in/vendor/doctrine/dbal/src/Event/
Upload File :
Current File : /home2/selectio/public_html/a1tex.in/vendor/doctrine/dbal/src/Event/SchemaEventArgs.php

<?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;
    }
}

Zerion Mini Shell 1.0