示例#1
0
文件: String.php 项目: guratr/cruddy
 /**
  * {@inheritdoc}
  */
 public function toArray()
 {
     return ['mask' => $this->get('mask')] + parent::toArray();
 }
示例#2
0
 /**
  * @return array
  */
 public function toArray()
 {
     return ['editor_options' => $this->get('config', [])] + parent::toArray();
 }