32], [['estacion'], 'string', 'max' => 30], [['ciudad', 'pc'], 'string', 'max' => 20], [['archivo', 'nombre', 'ruta'], 'string', 'max' => 100], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'hash' => 'Hash', 'estacion' => 'Estacion', 'archivo' => 'Archivo', 'ciudad' => 'Ciudad', 'pc' => 'Pc', 'fecha' => 'Fecha', 'descargado' => 'Descargado', 'nombre' => 'Nombre', 'ruta' => 'Ruta', ]; } }