'boolean', 'api_key' => 'text', 'mobidico_url' => 'text', ] ); } /** * @return Mobidico|null */ public static function create() { static $result = null; return $result ? $result : $result = new self(); } public function install() { } public function uninstall() { } }