PHP Classes

File: tests/src/plugins.php

Recommend this page to a friend!
  Packages of Thierry Feuzeu   Jaxon   tests/src/plugins.php   Download  
File: tests/src/plugins.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: 178 bytes
 

Contents

Class file image Download
<?php

use Jaxon\Plugin\AbstractResponsePlugin;

class
SamplePlugin extends AbstractResponsePlugin
{
    public function
getName(): string
   
{
        return
'plugin';
    }
}