Changeset 2509

Show
Ignore:
Timestamp:
05/30/08 18:15:11 (7 months ago)
Author:
david
Message:

@deprecated annotations, refs #663

Location:
trunk/src/config
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/config/AgaviConfigCache.class.php

    r2499 r2509  
    355355   *             extension couldn't be found. 
    356356   * 
    357    * @deprecated New-style config handlers don't call this method anymore. 
     357   * @deprecated New-style config handlers don't call this method anymore. To be 
     358   *             removed in Agavi 1.1 
    358359   * 
    359360   * @author     Dominik del Bondio <ddb@bitxtender.com> 
  • trunk/src/config/AgaviConfigHandler.class.php

    r2259 r2509  
    2929 * @copyright  The Agavi Project 
    3030 * 
     31 * @deprecated Superseded by AgaviXmlConfigHandler, will be removed in Agavi 1.1 
     32 * 
    3133 * @since      0.9.0 
    3234 * 
  • trunk/src/config/AgaviConfigParser.class.php

    r2259 r2509  
    2626 * @copyright  The Agavi Project 
    2727 * 
    28  * @deprecated Superseded by AgaviXmlConfigParser 
     28 * @deprecated Superseded by AgaviXmlConfigParser, will be removed in Agavi 1.1 
    2929 * 
    3030 * @since      0.11.0