Yoshinari Takaoka
6ed624cb87
added ReflectionClass::isReadOnly documentation.
...
a4f0588234
2022-11-14 23:00:51 +09:00
Yoshinari Takaoka
b90fd936d4
Fix: Doc comment must start with /** followed by whitespace
...
While we're at it, we also fix the indentation of the example to match
common PHP formatting rules.
7c30fe36eb
2022-10-31 08:24:36 +09:00
Yoshinari Takaoka
5bd24cb9d4
Fix example
...
e23a1375a5
2022-10-24 18:56:01 +09:00
Yoshinari Takaoka
d89f23d4ca
Add missing documentation for the ReflectionClass::getAttributes method
...
8d2b545eef
2022-05-04 18:07:42 +09:00
Yoshinari Takaoka
fc2c148c1c
static[プロパティ|メソッド] 関連をさらに調整
2022-05-03 02:35:52 +09:00
Yoshinari Takaoka
bbc7f38069
s/静的プロパティ/staticプロパティ/
...
find . -name '*.xml' | xargs sed -i "s/静的プロパティ/staticプロパティ/g"
2022-05-03 02:21:41 +09:00
Yoshinari Takaoka
18fe544b89
Remove return value section for Reflection constructors
...
967b4787ba
2022-04-08 23:30:10 +09:00
Yoshinari Takaoka
3bf0366dc5
Remove &warn.undocumented.func; from Reflection
...
Removed from all the places where it wasn't stricly necessary.
ab58951f68
2022-03-30 20:20:36 +09:00
Yoshinari Takaoka
099a93016c
Add trailing semicolon to getDocComment
...
Although this is valid PHP, other functions' examples in the class (e.g. `getDefaultProperties` and `getConstructor`) contain this trailing semicolon.
210b5020c0
2022-03-29 01:33:12 +09:00
Yoshinari Takaoka
c860a5c2b7
ReflectionClass::isEnum method
...
a416cd2c01
2022-02-17 01:55:07 +09:00
Yoshinari Takaoka
9c97c98be3
Fix a few ext/reflection return types
...
1c1619047e
2021-12-16 23:48:50 +09:00
Yoshinari Takaoka
18c5d6c77e
Generate methodsynopses based on stubs for recent changes
...
b0b19b6618
2021-10-02 03:09:00 +09:00
Yoshinari Takaoka
03f84a4844
Fix section order issues in Reflection extension
2021-06-07 11:18:44 +09:00
Yoshinari Takaoka
e93c1b769f
Added ReflectionAttribute related Documentation. ( php/doc-en#588 )
2021-06-04 20:53:16 +09:00
Yoshinari Takaoka
9e32c45b7e
Remove PHP 5, 7 references ( php/doc-en#565 )
2021-05-13 10:14:52 +09:00
Yoshinari Takaoka
5cc4e054f3
replaced deprected warning with deprecated-removed one.
2021-05-02 14:26:16 +09:00
Yoshinari Takaoka
0e29a256ef
Removed Changelog entries for PHP 5, PHP 7.0 ( php/doc-en#543 )
2021-04-23 01:59:00 +09:00
Yoshinari Takaoka
7d411ce02e
updated EN-Revision only
2021-03-20 05:20:44 +09:00
Yoshinari Takaoka
1f5b691780
s/可視性/アクセス権/
2021-03-06 16:25:01 +09:00
George Peter Banyard
223542483b
Update EN-Revision tags for new rev-check
...
This only updates files which have an empty diff between the two different revisions
2021-02-02 18:27:13 +00:00
Yoshinari Takaoka
9b47fea4f6
Generate reflection methodsynopses based on stubs
...
We also document the new `$filter` parameter for the `ReflectionClass`
methods `::getConstants()` and `::getReflectionConstants()` and the
respective constants.
Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de >
Closes GH-298.
2021-01-01 05:41:07 +09:00
Yoshinari Takaoka
e28ebd89ff
Fix example output for PHP 7.0.0 and up
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352087 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-15 03:15:12 +00:00
Yoshinari Takaoka
975835b9bd
update EN-Revision only
...
EN-Revision was fully updated, because of revert r351730, r351729.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@352016 c90b9560-bf6c-de11-be94-00142212c4b1
2020-12-11 19:06:49 +00:00
Yoshinari Takaoka
2de50c839e
Fix return type
...
This integrates user note 125527.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351495 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-22 13:54:13 +00:00
Yoshinari Takaoka
788301a096
Fix #78707 : ReflectionClass::implementsInterface - incomplete documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351236 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-04 18:11:35 +00:00
Yoshinari Takaoka
eb3777f5de
Use canonical type names, part II.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351158 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 20:44:33 +00:00
Yoshinari Takaoka
c58bf47244
Proper variadics instead of pseudo variadics
...
We markup variadic parameters with the `rep=repeat` standard DocBook
attribute of `<methodparam>`, and use proper variable names instead of
using the old pseudo variable name `...`.
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@351140 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 16:41:17 +00:00
Yoshinari Takaoka
9a4def4699
Reflection*::export is deprecated as of PHP 7.4.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@350502 c90b9560-bf6c-de11-be94-00142212c4b1
2020-09-03 10:08:11 +00:00
Yoshinari Takaoka
9dfdd0ae84
added missing reflection related doc translations
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348918 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-14 15:05:05 +00:00
Yoshinari Takaoka
9b565ac281
working -> ready
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348847 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-08 14:04:38 +00:00
Yoshinari Takaoka
6d08cf5c86
updated reflection related translation
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@348846 c90b9560-bf6c-de11-be94-00142212c4b1
2020-01-08 14:01:43 +00:00
Satoru Yoshida
8004cadd1c
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@346978 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-07 15:10:41 +00:00
Satoru Yoshida
e2c6ddaec9
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@346959 c90b9560-bf6c-de11-be94-00142212c4b1
2019-03-03 06:08:55 +00:00
Satoru Yoshida
d4abff6542
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342455 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-06 01:15:48 +00:00
Satoru Yoshida
1de45c68ab
sync en, but Status is working.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342411 c90b9560-bf6c-de11-be94-00142212c4b1
2017-04-22 14:55:52 +00:00
Satoru Yoshida
52ed3a2bfc
sync en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@342144 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-16 14:42:35 +00:00
TAKAGI Masahiro
b9b5f620e6
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@340270 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-02 10:51:11 +00:00
TAKAGI Masahiro
144441c0ed
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@340037 c90b9560-bf6c-de11-be94-00142212c4b1
2016-09-14 22:48:02 +00:00
TAKAGI Masahiro
92672904aa
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@338415 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-06 22:44:28 +00:00
TAKAGI Masahiro
d84f151372
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334787 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-06 00:45:03 +00:00
TAKAGI Masahiro
d683c6936a
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334640 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 06:21:33 +00:00
TAKAGI Masahiro
2fa15005f2
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@334008 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-28 22:55:49 +00:00
TAKAGI Masahiro
17cf8ccf62
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330591 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-21 03:30:51 +00:00
TAKAGI Masahiro
26db65190d
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330283 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-19 02:54:42 +00:00
TAKAGI Masahiro
cace0f7401
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330256 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-16 23:29:46 +00:00
TAKAGI Masahiro
de336d7b1d
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@330188 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-07 22:40:16 +00:00
TAKAGI Masahiro
9d847bfe3f
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@329257 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-21 20:07:13 +00:00
TAKAGI Masahiro
72c1ef0e29
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@328607 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-02 07:31:19 +00:00
TAKAGI Masahiro
c788928655
Sync with en
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@328227 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-03 04:58:03 +00:00
TAKAGI Masahiro
08a03a7497
sync with en.
...
git-svn-id: https://svn.php.net/repository/phpdoc/ja/trunk@325916 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-31 20:54:32 +00:00