コード例 #1
0
 protected function __construct()
 {
     parent::__construct();
     $this->id = 'default';
     $this->name = __('Default Grid layout', 'mediapress');
 }
コード例 #2
0
 protected function __construct()
 {
     parent::__construct();
     $this->id = 'playlist';
     $this->name = __('Audio Playlist', 'mediapress');
 }
コード例 #3
0
 protected function __construct()
 {
     parent::__construct();
     $this->id = 'list';
     $this->name = __('List View', 'mediapress');
 }