コード例 #1
0
ファイル: ModelStateTest.php プロジェクト: rhubarbphp/rhubarb
 protected function getExportedPropertyList()
 {
     $list = parent::getExportedPropertyList();
     $list[] = "MyTestValue";
     return $list;
 }