Вход Регистрация
Файл: concrete5.7.5.6/concrete/src/Captcha/Controller.php
Строк: 16
<?php

namespace ConcreteCoreCaptcha;

abstract class 
Controller {

    
/**
     * Note: feel free to make any of these blank
     */

    /**
     * Shows an input for a particular captcha library
      */
    
abstract function showInput();

    
/**
     * Displays the graphical portion of the captcha
     */
    
abstract function display();

    
/**
     * Displays the label for this captcha library
     */
    
abstract function label();

}
Онлайн: 0
Реклама