Collectable::isGarbage PHP 메소드

isGarbage() 공개 메소드

public isGarbage ( ) : boolean
리턴 boolean
    public function isGarbage();

Usage Example

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