32], [['type'], 'string', 'max' => 20], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'union' => 'Union', 'data' => 'Data', 'created_at' => 'Created At', 'data_time' => 'Data Time', 'type' => 'Type', 'status' => 'Status', ]; } }