64], [['log_time'], 'string', 'max' => 20], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'run_id' => 'Run ID', 'bus_no' => 'Bus No', 'phone_serial_no' => 'Phone Serial No', 'log_time' => 'Log Time', 'pos_x' => 'Pos X', 'pos_y' => 'Pos Y', 'driver_id' => 'Driver ID', ]; } }