Changeset 749 -- 2009-04-26 17:09:59
- Author
okonomi
- Comment
- アクセスレベル修正
Diffs
MIME_Type_Extension_Mobile/trunk/src/MIME/Type/Extension/Mobile.php
@@ -1,4 +1,3 @@
-
<?php
require_once 'MIME/Type/Extension.php';
@@ -6,7 +5,7 @@
class MIME_Type_Extension_Mobile extends MIME_Type_Extension
{
- protected $extensionToType = array(
+ public $extensionToType = array(
'vbm' => 'text/x-vbookmark', // vBookmark
'vcf' => 'text/x-vcard', // vCard
'vcs' => 'text/x-vcalendar', // vCalendar
@@ -44,7 +43,6 @@
'dm' => 'application/vnd.oma.drm.message',
);
-
function __construct()
{
$vars = get_class_vars('MIME_Type_Extension');