Pheasant\Database\Mysqli\Transaction::__construct PHP Method

__construct() public method

Constructor
public __construct ( $connection = null )
    public function __construct($connection = null)
    {
        $this->_connection = $connection ?: \Pheasant::instance()->connection();
        $this->_events = new \Pheasant\Events();
    }