芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/modules/Mail/Classes/Vcard.php
Uid = ''; $this->File = ''; $this->Exists = false; $this->Name = ''; $this->Email = ''; } /** * Creates new empty instance. * * @return Vcard */ public static function createInstance() { return new self(); } public function toResponseArray($aParameters = array()) { return array( 'Uid' => $this->Uid, 'File' => $this->File, 'Name' => $this->Name, 'Email' => $this->Email, 'Exists' => $this->Exists ); } }