コード例 #1
0
ファイル: ToolManager.php プロジェクト: ngydat/CoreBundle
 public function getOneAdminOrderedToolByToolAndType(Tool $tool, $type = 0)
 {
     return $this->orderedToolRepo->findOneBy(array('user' => null, 'workspace' => null, 'tool' => $tool, 'type' => $type));
 }