Source for file jSelectorIface.class.php

Documentation is available at jSelectorIface.class.php

  1. <?php
  2. /**
  3. * see jISelector.iface.php for documentation about selectors. Here abstract class for many selectors
  4. *
  5. @package     jelix
  6. @subpackage  core_selector
  7. @author      Laurent Jouanneau
  8. @contributor Christophe Thiriot
  9. @copyright   2005-2007 Laurent Jouanneau
  10. @copyright   2008 Christophe Thiriot
  11. @link        http://www.jelix.org
  12. @licence    GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
  13. */
  14.  
  15. /**
  16.  * selector for interface
  17.  *
  18.  * interface is stored in interfacename.iface.php file in the classes/ module directory
  19.  * or one of its subdirectory.
  20.  * syntax : "iface:module~ifacename" or "module~ifacename.
  21.  * @package    jelix
  22.  * @subpackage core_selector
  23.  * @since 1.0.3
  24.  */
  25. class jSelectorIface extends jSelectorClass {
  26.     protected $type = 'iface';
  27.     protected $_dirname = 'classes/';
  28.     protected $_suffix = '.iface.php';
  29. }

Documentation generated on Wed, 04 Jan 2017 22:56:41 +0100 by phpDocumentor 1.4.3