コード例 #1
0
ファイル: String.php プロジェクト: guratr/cruddy
 /**
  * {@inheritdoc}
  */
 public function toArray()
 {
     return ['mask' => $this->get('mask')] + parent::toArray();
 }
コード例 #2
0
ファイル: CKEditor.php プロジェクト: cruddy/ckeditor
 /**
  * @return array
  */
 public function toArray()
 {
     return ['editor_options' => $this->get('config', [])] + parent::toArray();
 }