Collectable::isGarbage PHP Méthode

isGarbage() public méthode

public isGarbage ( ) : boolean
Résultat boolean
    public function isGarbage();

Usage Example

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