示例#1
0
 protected function getExportedPropertyList()
 {
     $list = parent::getExportedPropertyList();
     $list[] = "MyTestValue";
     return $list;
 }