isGarbage() public method

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