Collectable::isGarbage PHP Method

isGarbage() public method

public isGarbage ( ) : boolean
return boolean
    public function isGarbage();

Usage Example

示例#1
0
 public function collector(Collectable $collectable)
 {
     return $collectable->isGarbage();
 }
Collectable