コード例 #1
0
ファイル: Manager.php プロジェクト: acgrid/phprofiling
 protected function handle(Item $item)
 {
     if (!$item->isHandled() && $item->getParent() === null) {
         $this->handled->enqueue($item);
     }
 }