예제 #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();
 }