Fragen\GitHub_Updater\Plugin::__construct PHP Method

__construct() public method

Constructor.
public __construct ( )
    public function __construct()
    {
        /*
         * Get details of installed git sourced plugins.
         */
        $this->config = $this->get_plugin_meta();
        if (empty($this->config)) {
            return false;
        }
    }