PHP: set @deprecated annotation for annotated @method -


i can set @deprecated annotation php method:

/**  * @deprecated   */ public function deprecatedmethod() {  } 

how can mark annotated @method deprecated?

/**  * @method deprecatedmethod()   */ class foo {...} 


Comments

Popular posts from this blog

sql - MySQL - Finding Empty relations -

javascript - Why jQuery Select box change event is now working? -

c - Android and JNI real time clock -