芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/modules/Mail/Models/Identity.php
'boolean', 'UseSignature' => 'boolean', 'Signature' => 'string' ]; protected $attributes = [ ]; protected $appends = [ 'EntityId' ]; public function getEntityIdAttribute() { return $this->Id; } public function toResponseArray() { $aResponse = parent::toResponseArray(); $aResponse['EntityId'] = $this->Id; return $aResponse; } }