Example #1
0
 public static function create()
 {
     $advice = new self(new RM_Compositor(array()));
     $advice->setGallery(RM_Gallery::create());
     return $advice;
 }