Development

Changeset 31396

You must first sign up to be able to contribute.

Changeset 31396

Show
Ignore:
Timestamp:
11/15/10 17:08:26 (3 years ago)
Author:
fabien
Message:

added some @ignore phpdoc tags to avoid internal functions to be present in the API doc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.4/lib/helper/UrlHelper.php

    r27753 r31396  
    1818 */ 
    1919 
     20/** 
     21 * @ignore 
     22 */ 
    2023function link_to2($name, $routeName, $params, $options = array()) 
    2124{ 
     
    2528} 
    2629 
     30/** 
     31 * @ignore 
     32 */ 
    2733function link_to1($name, $internal_uri, $options = array()) 
    2834{ 
     
    7783} 
    7884 
     85/** 
     86 * @ignore 
     87 */ 
    7988function url_for2($routeName, $params = array(), $absolute = false) 
    8089{ 
     
    8493} 
    8594 
     95/** 
     96 * @ignore 
     97 */ 
    8698function url_for1($internal_uri, $absolute = false) 
    8799{ 
  • branches/1.4/lib/plugin/sfPearRestPlugin.class.php

    r21908 r31396  
    6464 
    6565    $mirror = $this->config->get('preferred_mirror', null, $channelName); 
     66 
    6667    if (!$channel->supportsREST($mirror)) 
    6768    {