PUM_Abstract_Integration
Description Description
Source Source
File: classes/Abstract/Integration.php
abstract class PUM_Abstract_Integration implements PUM_Interface_Integration { /** * @var string */ public $key; /** * @var string */ public $type; /** * @return string */ abstract public function label(); /** * @return bool */ abstract public function enabled(); }
Expand full source code Collapse full source code View on Trac