示例#1
0
 public function toArray()
 {
     $this->setParameter('edit_current_row', $this->editCurrentRow, true);
     $out = parent::toArray();
     $out['nullable'] = $this->isNullable();
     return $out;
 }
示例#2
0
 public function toArray()
 {
     $out = parent::toArray();
     $out['nullable'] = $this->isNullable();
     return $out;
 }
示例#3
0
 public function getAllowedMethods()
 {
     return array_merge(parent::getAllowedMethods(), [Mesour\Editable\Structures\PermissionsChecker::ATTACH]);
 }