コード例 #1
0
ファイル: Text.php プロジェクト: electro-modules/matisse
 public function import($a)
 {
     // Expand the string content into a properties array
     if (isset($a[0])) {
         $a[MPROPS] = ['value' => $a[0]];
     }
     parent::import($a);
 }