Use function instead of methodname in seealso to get () in output.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299003 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Convissor 2010-05-05 00:51:18 +00:00
parent 631a7e0046
commit fe271d65f0
3 changed files with 5 additions and 5 deletions

View file

@ -160,8 +160,8 @@ Format: !d; 1970-01-15 00:00:00
<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>
<member><methodname>DateTime::__construct</methodname></member>
<member><methodname>DateTime::getLastErrors</methodname></member>
<member><function>DateTime::__construct</function></member>
<member><function>DateTime::getLastErrors</function></member>
</simplelist>
</refsect1>
</refentry>

View file

@ -79,8 +79,8 @@ echo date_timestamp_get($date);
<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>
<member><methodname>DateTime::setTimestamp</methodname></member>
<member><methodname>DateTime::format</methodname></member>
<member><function>DateTime::setTimestamp</function></member>
<member><function>DateTime::format</function></member>
</simplelist>
</refsect1>

View file

@ -96,7 +96,7 @@ echo date_format($date, 'U = Y-m-d H:i:s') . "\n";
<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>
<member><methodname>DateTime::getTimestamp</methodname></member>
<member><function>DateTime::getTimestamp</function></member>
</simplelist>
</refsect1>