Update/add doc blocks

This commit is contained in:
Robin Cornett
2016-07-03 07:42:41 -04:00
parent e296e864b8
commit 13c4d67e4f
16 changed files with 48 additions and 40 deletions
@@ -3,14 +3,22 @@
* @package DisplayFeaturedImageGenesis
* @author Robin Cornett <hello@robincornett.com>
* @license GPL-2.0+
* @link http://robincornett.com
* @link https://robincornett.com
* @copyright 2014-2016 Robin Cornett Creative, LLC
*/
class Display_Featured_Image_Genesis_Helper extends DisplayFeaturedImageGenesisGetSetting {
/**
* Variable for the plugin setting.
* @var $setting
*/
protected $setting;
/**
* Base id/slug for the settings page.
* @var string $page
*/
protected $page = 'displayfeaturedimagegenesis';
/**