示例#1
0
 /**
  * @return array
  */
 public function getCallableData()
 {
     $attributes = parent::getCallableData();
     if (!$attributes['attributes']['text']) {
         $attributes['attributes']['text'] = $this->_obContent;
     }
     return $attributes;
 }