PHP Classes

File: src/App/Dialog/Library/ConfirmInterface.php

Recommend this page to a friend!
  Packages of Thierry Feuzeu   Jaxon   src/App/Dialog/Library/ConfirmInterface.php   Download  
File: src/App/Dialog/Library/ConfirmInterface.php
Role: Class source
Content type: text/plain
Description: Class source
Class: Jaxon
Call PHP classes from JavaScript using AJAX
Author: By
Last change:
Date: 4 months ago
Size: 492 bytes
 

Contents

Class file image Download
<?php

/**
 * ConfirmInterface.php - A confirmation question for a Jaxon request
 *
 * Interface for adding a confirmation question which is asked before calling a Jaxon function.
 *
 * @package jaxon-core
 * @copyright 2016 Thierry Feuzeu <thierry.feuzeu@gmail.com>
 * @license https://opensource.org/licenses/BSD-3-Clause BSD 3-Clause License
 * @link https://github.com/jaxon-php/jaxon-core
 */

namespace Jaxon\App\Dialog\Library;

interface
ConfirmInterface extends LibraryInterface
{
}