Ejemplo n.º 1
0
 private function create_news_cats_table()
 {
     RichCategory::create_categories_table(self::$news_cats_table);
 }
Ejemplo n.º 2
0
 private function create_gallery_cats_table()
 {
     RichCategory::create_categories_table(self::$gallery_cats_table);
 }
Ejemplo n.º 3
0
 public function set_properties(array $properties)
 {
     parent::set_properties($properties);
     $this->set_content_type($properties['content_type']);
 }
Ejemplo n.º 4
0
 private function create_articles_cats_table()
 {
     RichCategory::create_categories_table(self::$articles_cats_table);
 }
Ejemplo n.º 5
0
 private function create_download_cats_table()
 {
     RichCategory::create_categories_table(self::$download_cats_table);
 }
Ejemplo n.º 6
0
 private function create_newsletter_streams_table()
 {
     RichCategory::create_categories_table(self::$newsletter_table_streams);
 }