100], [['phone', 'type', 'id_type', 'id_number'], 'string', 'max' => 50], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'car_id' => 'Car ID', 'name' => 'Name', 'phone' => 'Phone', 'type' => 'Type', 'id_type' => 'Id Type', 'id_number' => 'Id Number', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }