Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #18381
| From | Arno Welzel <usenet@arnowelzel.de> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: phpstorm: implement method final |
| Date | 2020-10-09 23:47 +0200 |
| Message-ID | <huc42tF4jgoU3@mid.individual.net> (permalink) |
| References | <rlmggr$1mjq$1@gioia.aioe.org> |
alex:
[...]
> I follow what it says here https://bit.ly/3nubjk0
[...]
> But I would like the methods implemented through phpstorm to be final.
>
> class C implements I {
> final public function sniff() {
> // TODO: Implement sniff() method.
> }
> }
PHPStorm is paid product. Ask the PHPStorm support team.
--
Arno Welzel
https://arnowelzel.de
Back to comp.lang.php | Previous | Next — Previous in thread | Find similar | Unroll thread
phpstorm: implement method final alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-10-08 09:52 +0200
Re: phpstorm: implement method final "J.O. Aho" <user@example.net> - 2020-10-08 18:19 +0200
Re: phpstorm: implement method final alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-10-09 12:21 +0200
Re: phpstorm: implement method final Arno Welzel <usenet@arnowelzel.de> - 2020-10-09 13:55 +0200
Re: phpstorm: implement method final "J.O. Aho" <user@example.net> - 2020-10-09 14:52 +0200
Re: phpstorm: implement method final Arno Welzel <usenet@arnowelzel.de> - 2020-10-09 23:46 +0200
Re: phpstorm: implement method final "J.O. Aho" <user@example.net> - 2020-10-10 10:08 +0200
Re: phpstorm: implement method final alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-10-10 13:40 +0200
Re: phpstorm: implement method final "J.O. Aho" <user@example.net> - 2020-10-10 14:33 +0200
Re: phpstorm: implement method final alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-10-11 10:09 +0200
Re: phpstorm: implement method final Jerry Stuckle <jstucklex@attglobal.net> - 2020-10-08 12:22 -0400
Re: phpstorm: implement method final alex <1j9448a02@lnx159sneakemail.com.invalid> - 2020-10-09 12:21 +0200
Re: phpstorm: implement method final Jerry Stuckle <jstucklex@attglobal.net> - 2020-10-09 13:42 -0400
Re: phpstorm: implement method final Arno Welzel <usenet@arnowelzel.de> - 2020-10-09 23:47 +0200
csiph-web