📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: PhoneNumber.php
<?php namespace Sabre\VObject\Property\VCard; use Sabre\VObject\Property; /** * PhoneNumber property. * * This object encodes PHONE-NUMBER values. * * @author Christian Kraus <christian@kraus.work> */ class PhoneNumber extends Property\Text { protected $structuredValues = []; /** * Returns the type of value. * * This corresponds to the VALUE= parameter. Every property also has a * 'default' valueType. * * @return string */ public function getValueType() { return 'PHONE-NUMBER'; } }
Save