コード例 #1
0
ファイル: Create.php プロジェクト: jackmakiyama/field
 private function findACollection(InputInterface $input, $storage)
 {
     $collectionRepository = new CollectionRepository($storage);
     return $collectionRepository->findBy(['name' => $input->getArgument('collection')], ['order by name']);
 }