示例#1
0
 /**
  * Get custom attributes codes
  *
  * @return string[]
  */
 public function getCustomAttributesCodes()
 {
     return array_merge(parent::getCustomAttributesCodes(), $this->customAttributes);
 }