NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
PhpDoc @ignore for Autocomplete?


Joined: 05 May 2008
Posts: 36
Reply with quote
Hi,

is there a way to hide some methods from autocomplete window (ctrl+shift+space)?

actually i want to prevent from displaying __clone() method in singleton construction. Cuz i'll never use it. But @ignore does not work.

Build 5818.

BTW When is Dmitri back? Smile

_________________
RU
View user's profileFind all posts by VodochnikSend private messageICQ Number


Joined: 05 May 2008
Posts: 36
Reply with quote
@access private works for properties:

Code:

   /**
   * blya
   * @access private
   */
   public $field;


But not for methods


Code:
   
   /**
   * oops
   * @access private
   */
   public function __clone(){}

Evil or Very Mad

_________________
RU
View user's profileFind all posts by VodochnikSend private messageICQ Number


Joined: 05 May 2008
Posts: 36
Reply with quote
NuSphere PhpED - 5936
- 0003074: [Bug report] Magic methods should not appear in code completion list for method calls
- 0003078: [Update] Added support for @method phpdoc

thank you, __clone does not annoy me anymore Smile))

Any chance to get "@access private" supported for methods? Smile

_________________
RU
View user's profileFind all posts by VodochnikSend private messageICQ Number
PhpDoc @ignore for Autocomplete?
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic