Collectable::isGarbage PHP Method

isGarbage() public method

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

Usage Example

Exemplo n.º 1
0
 public function collector(Collectable $collectable)
 {
     return $collectable->isGarbage();
 }
Collectable