Exemplo n.º 1
0
 function define($properties = array(), $mapper = FALSE, $context = FALSE)
 {
     parent::define($mapper, $properties, $context);
     $this->add_mixin('Mixin_Display_Type_Validation');
     $this->add_mixin('Mixin_Display_Type_Instance_Methods');
     $this->implement('I_Display_Type');
 }
 function define($mapper = FALSE, $properties = FALSE, $context = FALSE)
 {
     parent::define($mapper, $properties, $context);
     $this->add_mixin('Mixin_Displayed_Gallery_Validation');
     $this->add_mixin('Mixin_Displayed_Gallery_Instance_Methods');
     $this->add_mixin('Mixin_Displayed_Gallery_Queries');
     $this->implement('I_Displayed_Gallery');
 }
Exemplo n.º 3
0
 function define($properties = array(), $mapper = FALSE, $context = FALSE)
 {
     parent::define($mapper, $properties, $context);
     $this->add_mixin('Mixin_NextGen_Gallery_Image_Validation');
     $this->implement('I_Image');
 }
 function define($properties = array(), $mapper = FALSE, $context = FALSE)
 {
     parent::define($mapper, $properties, $context);
     $this->add_mixin('Mixin_Displayed_Gallery_Source');
     $this->implement('I_Displayed_Gallery_Source');
 }
Exemplo n.º 5
0
 function define($properties = array(), $mapper = FALSE, $context = FALSE)
 {
     parent::define($mapper, $properties, $context);
     $this->add_mixin('Mixin_NextGen_Album_Instance_Methods');
     $this->implement('I_Album');
 }
 function define($properties = array(), $mapper = FALSE, $context = FALSE)
 {
     parent::define($mapper, $properties, $context);
     $this->implement('I_Order');
 }
 function define($properties = array(), $mapper = FALSE, $context = FALSE)
 {
     parent::define($mapper, $properties, $context);
 }
Exemplo n.º 8
0
 function define($properties = array(), $mapper = FALSE, $context = FALSE)
 {
     parent::define($mapper, $properties, $context);
     $this->add_mixin('Mixin_Lightbox_Library_Validation');
     $this->implement('I_Lightbox_Library');
 }
 function define($properties = array(), $mapper = FALSE, $context = FALSE)
 {
     parent::define($mapper, $properties, $context);
     $this->add_mixin('Mixin_Comment_Container_Validation');
     $this->add_mixin('Mixin_Wordpress_Comment_Container');
 }