예제 #1
0
 public function getAll($cachetInstance, $sort = null, $order = null)
 {
     return CachetElementFactory::getAll($cachetInstance, 'components', $sort, $order);
 }
예제 #2
0
 public function getAll($cachetInstance, $sort = null, $order = null)
 {
     return CachetElementFactory::getAll($cachetInstance, 'subscribers', $sort, $order, true);
 }