コード例 #1
0
ファイル: Set.php プロジェクト: misagues/WP-Opening-Hours
 /** Sorts Irregular Openings */
 public function sortIrregularOpenings()
 {
     $this->irregularOpenings->uasort(array('OpeningHours\\Entity\\IrregularOpening', 'sortStrategy'));
 }