public function __construct($theme, $resource, $config) { parent::__construct($theme, $resource, $config); $this->name = "Banner"; }
public function __construct($theme, $resource, $config) { parent::__construct($theme, $resource, $config); $this->name = "PicturesShow"; }
function __construct($theme, $resource, $option) { parent::__construct($theme, $resource, $option); $this->name = 'ImageText'; }
function __construct($theme, $resource, $option) { parent::__construct($theme, $resource, $option); $this->name = 'ArticleSort'; }
function __construct($theme, $resource, $option) { parent::__construct($theme, $resource, $option); $this->name = 'ArticleDesc'; $this->theme = 'article'; }