Ticket #522: jSelectorInterface.patch

File jSelectorInterface.patch, 1.7 kB (added by doubleface, 10 months ago)
  • lib/jelix/core/jSelector.class.php

    old new  
    1414* @contributor Rahal 
    1515* @contributor Thibault PIRONT < nuKs > 
    1616* @contributor Julien Issler 
     17* @contributor Christophe Thiriot < doubleface > 
    1718* @copyright   2005-2007 Laurent Jouanneau, 2007 Loic Mathaud, 2007 Rahal 
    1819* @copyright   2007 Thibault PIRONT 
    1920* @copyright   2008 Julien Issler 
     21* @copyright   2008 Christophe Thiriot 
    2022* @link        http://www.jelix.org 
    2123* @licence    GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html 
    2224*/ 
     
    412414} 
    413415 
    414416/** 
    415  * selector for business class 
     417 * selector for interface  
    416418 * 
    417  * business class is a class stored in classname.class.php file in the classes/ module directory 
     419 * interface is stored in interfacename.iface.php file in the classes/ module directory 
    418420 * or one of its subdirectory. 
    419  * syntax : "module~classname" or "module~classname. 
     421 * syntax : "iface:module~ifacename" or "module~ifacename. 
    420422 * @package    jelix 
    421423 * @subpackage core_selector 
    422424 * @since 1.0b2 
    423425 */ 
    424 class jSelectorInterface extends jSelectorClass { 
     426class jSelectorIface extends jSelectorClass { 
    425427    protected $type = 'iface'; 
    426428    protected $_dirname = 'classes/'; 
    427429    protected $_suffix = '.iface.php'; 
    428430} 
    429431 
    430432/** 
     433 * selector for interface  
     434 * @package    jelix 
     435 * @subpackage core_selector 
     436 * @since 1.0b2 
     437 * @deprecated  
     438 */ 
     439class jSelectorInterface extends jSelectorIface {} 
     440 
     441/** 
    431442 * selector for localisation string 
    432443 * 
    433444 * localisation string are stored in file properties. 
Download in other formats: Original Format