コード例 #1
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct('Lean Social Links', 'Display list of social links');
 }
コード例 #2
0
ファイル: LeanMenu.php プロジェクト: moxie-lean/wp-widgets
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct('Lean Menu', 'Display a menu');
 }
コード例 #3
0
 /**
  * LeanDownloads constructor.
  */
 public function __construct()
 {
     parent::__construct('Lean Downloads', 'Display a list of downloads');
 }
コード例 #4
0
ファイル: LeanPreview.php プロジェクト: moxie-lean/wp-widgets
 /**
  * LeanPreview constructor.
  */
 public function __construct()
 {
     parent::__construct('Lean Preview', 'Display previews (header/description/link)');
 }
コード例 #5
0
ファイル: LeanRecent.php プロジェクト: moxie-lean/wp-widgets
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct('Lean Recent', 'Display a list of recent posts');
 }
コード例 #6
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct('Lean Contact Details', 'Display contact details');
 }