[ 
https://issues.apache.org/jira/browse/NETBEANS-5600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17324966#comment-17324966
 ] 

Junichi Yamamoto edited comment on NETBEANS-5600 at 4/19/21, 11:55 AM:
-----------------------------------------------------------------------

Thank you for reporting it.

The manual([https://www.php.net/manual/en/class.stringable.php]) is missing 
__toString method in "Class synopsis"(Maybe, typo: Interface synopsis?), right? 
It would be nice if you can fix it(If so.) because we generate sigfiles from 
the manual.

 


was (Author: junichi11):
Thank you for reporting it.

The manual is missing __toString method in "Class synopsis"(Maybe, typo: 
Interface synopsis?), right? It would be nice if you can fix it(If so.) because 
we generate sigfiles from the manual.

 

> PHP8 Stringable interface
> -------------------------
>
>                 Key: NETBEANS-5600
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5600
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: php - Editor
>            Reporter: Jayce
>            Assignee: Junichi Yamamoto
>            Priority: Minor
>
> Can you add Stringable interface ?
> [https://www.php.net/manual/en/class.stringable.php]
> The Stringable interface denotes a class as having a __toString() method. 
> Unlike most interfaces, Stringable is implicitly present on any class that 
> has the magic __toString() method defined, although it can and *should be 
> declared explicitly.*
> *Case 1:*
>  # Create a class
>  # add "implements Stringable"
>  # Menu Source->InsertCode>Override and implement method
>  # Netbeans should propose "__toString" function
> *Case 2*
> In a class with the __toString function coded, netbeans should show a warning 
> on Class line if "implements Stringable" is missing.
>  
> Thanks



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to