Update Collectable::isGarbage() and Collectable::setGarbage() descriptions

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334850 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Chris Wright 2014-09-12 15:28:00 +00:00
parent 4d36813c9c
commit 7ee48c9033
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<refentry xml:id="collectable.isgarbage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Collectable::isGarbage</refname>
<refpurpose>Can be called in Pool::collect to determine if this object is garbage</refpurpose>
<refpurpose>Determine whether an object has been marked as garbage</refpurpose>
</refnamediv>
<refsect1 role="description">

View file

@ -4,7 +4,7 @@
<refentry xml:id="collectable.setgarbage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>Collectable::setGarbage</refname>
<refpurpose>Should be called once per object when the object is finished being executed or referenced</refpurpose>
<refpurpose>Mark an object as garbage</refpurpose>
</refnamediv>
<refsect1 role="description">